Structs§
- Threadsafe
Call Context - ThreadSafeFunction Context object
the
value
is the value passed tocall
method - Threadsafe
Function - Communicate with the addon’s main thread by invoking a JavaScript function from other threads.
- Unknown
Return Value - 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§
Type Aliases§
- Thread
Safe Call Context Deprecated