napi-rs/napi/src
2021-04-01 18:57:49 +08:00
..
js_values refactor(napi): split NapiRaw trait from NapiValue 2021-04-01 18:57:49 +08:00
async_work.rs refactor(napi): split NapiRaw trait from NapiValue 2021-04-01 18:57:49 +08:00
call_context.rs Add a way to convert _stateful_ (Rust) closures into JsFunctions. 2021-03-18 21:09:55 +01:00
cleanup_env.rs docs: update documents 2020-12-03 17:17:40 +08:00
env.rs Add a way to convert _stateful_ (Rust) closures into JsFunctions. 2021-03-18 21:09:55 +01:00
error.rs feat(napi): From Serde JSON Error for Error 2020-12-24 12:20:23 +08:00
lib.rs docs: rust doc enhancement 2020-12-22 21:32:50 +08:00
module.rs feat(napi): major upgrades for napi@1 2020-11-26 11:31:49 +08:00
promise.rs fix(napi): remove unexpected napi_acquire_threadsafe_function 2021-01-04 14:56:32 +08:00
status.rs refactor(napi): js error 2020-12-02 14:56:19 +08:00
task.rs feat(napi): provide reject method in Task trait 2020-12-18 11:32:15 +08:00
threadsafe_function.rs fix(napi): do not call release tsfn in Drop when ref count is 0 2021-03-31 21:31:37 +08:00
tokio_rt.rs fix(napi): remove unexpected napi_acquire_threadsafe_function 2021-01-04 14:56:32 +08:00
version.rs refactor(napi): redesign the JavaScript values API 2020-06-28 23:29:04 +08:00
win_delay_load_hook.rs Copy win_delay_load_hook from Neon 2020-10-30 18:24:19 -07:00