mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
55add2d366
tokio_util::run and tokio::run_on_current_thread should accept Future<Output=()> instead of Future<Output=Result<(), ()>>. Currently, all the passed futures have to add Ok(()) or futures::future::ok(()) unnecessarily to call this method. |
||
---|---|---|
.. | ||
js.rs | ||
json.rs | ||
mod.rs | ||
ts.rs | ||
wasm.rs | ||
wasm_wrap.js |