0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/core/examples
Bartek Iwańczuk d8879feb8c
refactor(core): JsRuntime is not a Future (#7855)
This commit rewrites deno_core::JsRuntime to not implement Future
trait.

Instead there are two separate methods:
- JsRuntime::poll_event_loop() - does single tick of event loop
- JsRuntime::run_event_loop() - runs event loop to completion
2020-10-07 22:30:06 +02:00
..
hello_world.rs Add example for deno_core (#7611) 2020-09-23 10:56:36 -04:00
http_bench_bin_ops.js chore: add copyright (#7593) 2020-09-21 08:26:41 -04:00
http_bench_bin_ops.rs refactor(core): JsRuntime is not a Future (#7855) 2020-10-07 22:30:06 +02:00
http_bench_json_ops.js chore: add copyright (#7593) 2020-09-21 08:26:41 -04:00
http_bench_json_ops.rs refactor(core): JsRuntime is not a Future (#7855) 2020-10-07 22:30:06 +02:00