napi-rs/crates
Simon Laux 035def0600
fix(napi): return the join handle when spawning a tokio task. (#1351)
we need this to be able to safely drop an struct,
that makes use of an async task.
the drop function needs to be able to call `.abort()`
on the join handle to avoid memory corruption and undefined bahviour.
2022-11-15 11:50:25 +08:00
..
backend fix(napi): propagation error in function call (#1315) 2022-09-14 19:30:43 +08:00
build Release independent packages 2022-06-10 15:37:27 +08:00
macro Release independent packages 2022-09-08 17:27:35 +08:00
napi fix(napi): return the join handle when spawning a tokio task. (#1351) 2022-11-15 11:50:25 +08:00
sys Add rust-version field to Cargo.tomls (#1190) 2022-05-20 16:23:10 +08:00