Skip to main content
Deno.ForeignFunction.nonblocking - Deno documentation
property Deno.ForeignFunction.nonblocking
When `true`, function calls will run on a dedicated blocking thread and will return a `Promise` resolving to the `result`.

Type

NonBlocking