Module threadsafe_function

Module threadsafe_function 

Source

Structs§

ThreadsafeCallContext
ThreadSafeFunction Context object the value is the value passed to call method
ThreadsafeFunction
Communicate with the addon’s main thread by invoking a JavaScript function from other threads.
UnknownReturnValue
This is a placeholder type that is used to indicate that the return value of a threadsafe function is unknown. Use this type when you don’t care about the return value of a threadsafe function.

Enums§

ThreadsafeFunctionCallMode

Type Aliases§

ThreadSafeCallContextDeprecated