Class ExecutorForeverHandler
- Namespace
- JavaScriptCore.Internal
- Assembly
- JavaScriptCore-6.0.dll
Forever Handler for Executor. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
public class ExecutorForeverHandler
- Inheritance
-
ExecutorForeverHandler
- Inherited Members
Constructors
ExecutorForeverHandler(Executor)
public ExecutorForeverHandler(Executor managed)
Parameters
managedExecutor
Fields
NativeCallback
public Executor NativeCallback