Table of Contents

Class ExecutorAsyncHandler

Namespace
JavaScriptCore.Internal
Assembly
JavaScriptCore-6.0.dll

Async Handler for Executor. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.

public class ExecutorAsyncHandler
Inheritance
ExecutorAsyncHandler
Inherited Members

Constructors

ExecutorAsyncHandler(Executor)

public ExecutorAsyncHandler(Executor managed)

Parameters

managed Executor

Fields

NativeCallback

public Executor NativeCallback

Field Value

Executor