How does FFI work under the hood when using nonblocking?
How does the nonblocking functionality of the ffi interface work under the hood when using nonblocking functions. In node for every new async function call, a new thread is spawned. How does that work in Deno?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.