[][src]Module deno_cli::worker

Structs

Worker

Wraps deno::Isolate to provide source maps, ops for the CLI, and high-level module loading.

WorkerChannels

Wraps mpsc channels into a generic resource so they can be referenced from ops and used to facilitate parent-child communication for workers.

WorkerReceiver

This structure wraps worker's resource id to implement future that will return message received from worker or None if worker's channel has been closed.