https://github.com/djdeveloperr/deno_threadsafe_callback_poc
[PoC] Thread Safe Callbacks in Deno FFI
https://github.com/djdeveloperr/deno_threadsafe_callback_poc
Last synced: 3 months ago
JSON representation
[PoC] Thread Safe Callbacks in Deno FFI
- Host: GitHub
- URL: https://github.com/djdeveloperr/deno_threadsafe_callback_poc
- Owner: DjDeveloperr
- License: mit
- Created: 2022-02-04T13:31:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T14:22:04.000Z (over 3 years ago)
- Last Synced: 2025-02-28T03:50:12.583Z (4 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Deno FFI Thread-Safe Callbacks
This is a proof-of-concept for https://github.com/denoland/deno/issues/13573
Currently only supports pointer type for arguments / return type.