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