1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/compilers
Bartek Iwańczuk 0049d4e50c Refactor Worker and ThreadSafeState (#3242)
* Split ThreadSafeState into State and GlobalState. State is a "local"
  state belonging to "Worker" while "GlobalState" is state shared by
  whole program.
* Update "Worker" and ops to use "GlobalState" where applicable
* Move and refactor "WorkerChannels" resource
2019-11-04 10:38:52 -05:00
..
js.rs Refactor Worker and ThreadSafeState (#3242) 2019-11-04 10:38:52 -05:00
json.rs Refactor Worker and ThreadSafeState (#3242) 2019-11-04 10:38:52 -05:00
mod.rs refactor: cleanup compiler pipeline (#2686) 2019-07-31 13:16:03 -04:00
ts.rs Refactor Worker and ThreadSafeState (#3242) 2019-11-04 10:38:52 -05:00