Octal!
Octal!3y ago

deno_core run files concurrently

Is is possible to run multiple files concurrently using the deno_core crate?
2 Replies
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
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