mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00

Classic worker scripts are now executed in the context of a Tokio runtime. This does mean we can not spawn more tokio runtimes in "op_worker_sync_fetch". We instead spawn a new thread there, that can create a new Tokio runtime that we can use to block the worker thread.
1 line
5 B
Text
1 line
5 B
Text
done
|