deno_core run files concurrently
Is is possible to run multiple files concurrently using the
deno_core
crate?2 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
if your code is asynchronous then yes, you can execute as many scripts and/or ES modules and have them run concurrently