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?
