napi-rs/test_module/__test__/napi4
Ouyang Yadong 00454eb577 refactor(napi): use get_uv_event_loop instead of uv_default_loop
Using the uv_loop_s from napi_env is safer as it's possible that
there are multiple Workers, and therefore multiple uv_loop_s.
2020-08-18 13:55:35 +08:00
..
example.txt feat(napi): provide execute function to run Future on libuv 2020-07-07 11:57:32 +08:00
threadsafe_function.spec.js feat(napi): provide execute function to run Future on libuv 2020-07-07 11:57:32 +08:00
tokio_readfile.spec.js feat(napi): provide execute function to run Future on libuv 2020-07-07 11:57:32 +08:00
tokio_rt-isolate.spec.js doc: add some documents 2020-07-14 23:05:08 +08:00
tokio_rt.spec.js feat(napi): implment tokio_rt feature 2020-07-14 22:58:05 +08:00
tsfn_error.spec.js feat(napi): provide execute function to run Future on libuv 2020-07-07 11:57:32 +08:00
uv.spec.js refactor(napi): use get_uv_event_loop instead of uv_default_loop 2020-08-18 13:55:35 +08:00
uv_worker.js refactor(napi): use get_uv_event_loop instead of uv_default_loop 2020-08-18 13:55:35 +08:00