1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/compilers
Bartek Iwańczuk c6bb3d5a10 remove tokio_util::block_on (#3388)
This PR removes tokio_util::block_on - refactored compiler and file 
fetcher slightly so that we can safely block there - that's because 
only blocking path consist of only synchronous operations.

Additionally I removed excessive use of tokio_util::panic_on_error 
and tokio_util::run_in_task and moved both functions to cli/worker.rs, 
to tests module.

Closes #2960
2019-11-22 12:46:57 -05:00
..
js.rs minor clean ups in TS compiler (#3394) 2019-11-22 12:14:34 -05:00
json.rs Use futures 0.3 API (#3358) 2019-11-16 19:17:47 -05:00
mod.rs Use futures 0.3 API (#3358) 2019-11-16 19:17:47 -05:00
ts.rs remove tokio_util::block_on (#3388) 2019-11-22 12:46:57 -05:00
wasm.rs remove tokio_util::block_on from ops/workers.rs (#3381) 2019-11-19 19:17:05 -05:00
wasm_wrap.js Loader: support .wasm imports (#3328) 2019-11-14 08:31:39 -05:00