Octal!
Octal!4y ago

deno_core run files concurrently

Is is possible to run multiple files concurrently using the deno_core crate?
2 Replies
Bubbles
Bubbles4y ago
In threads and Tokio for sure
bartlomieju
bartlomieju4y ago
if your code is asynchronous then yes, you can execute as many scripts and/or ES modules and have them run concurrently

Did you find this page helpful?