Minimal Worker support by ry · Pull Request #1476 · denoland/deno
This adds the ability to spawn additional Isolates from Rust and send and receive messages from them. This is preliminary work to support running the typescript compiler in a separate isolate and t...