Octal!
Octal!3y ago

deno_core run files concurrently

Is is possible to run multiple files concurrently using the deno_core crate?
2 Replies
Bubbles
Bubbles3y ago
In threads and Tokio for sure
bartlomieju
bartlomieju3y 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?