mirror of
https://github.com/denoland/deno.git
synced 2025-07-24 05:35:33 +00:00
refactor: split cli::Worker (#3735)
* cli::Worker is base struct to create specialized workers * add MainWorker * add CompilerWorker * refactor WebWorker to use Worker
This commit is contained in:
parent
229eb292f8
commit
ecd1d3abb0
13 changed files with 299 additions and 280 deletions
|
@ -21,6 +21,7 @@ pub mod process;
|
|||
pub mod random;
|
||||
pub mod repl;
|
||||
pub mod resources;
|
||||
pub mod runtime_compiler;
|
||||
pub mod timers;
|
||||
pub mod tls;
|
||||
pub mod web_worker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue