An open API service indexing awesome lists of open source software.

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

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.