napi-rs/memory-testing
LongYinan 4719caa643
feat(napi): support Return generic of ThreadsafeFunction (#1997)
* feat(napi): support to use tuple with either (#1993)

`Either` uses `ValidateNapiValue` + `TypeName` to validate and report error on value not being matched. So there's no way to remove these super traits from it. So I implemented these types to `Tuple` types.

* feat(napi): support `Return` generic of ThreadsafeFunction

* depracate JsFunction

* CalleeHandled tsfn should handle Result in callback

* Pass env to call_with_return_value callback

* Fix compile

* clippy fix

* Fix electron test

* Function args

---------

Co-authored-by: Hana <andywangsy@gmail.com>
2024-03-20 21:37:08 +08:00
..
src feat(napi): support Return generic of ThreadsafeFunction (#1997) 2024-03-20 21:37:08 +08:00
buffer.mjs
build.rs
Cargo.toml
index.mjs
package.json chore: upgrade all dependencies (#1933) 2024-02-01 12:14:56 +08:00
reference.mjs
returns-future.mjs
serde.mjs
test-util.mjs test: add test file name into error message (#1821) 2023-11-20 15:56:20 +08:00
tokio-future.mjs
tsfn.mjs
util.mjs