Skip to main content
interface Deno.ForeignFunction

A foreign function as defined by its parameter and result types

Properties

parameters: NativeType[]
result: NativeType
optional
nonblocking: boolean

When true, function calls will run on a dedicated blocking thread and will return a Promise resolving to the result.