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
When true
, function calls will run on a dedicated blocking thread and
will return a Promise
resolving to the result
.
NonBlocking