Table of Contents

Class ThreadFuncAsyncHandler

Namespace
GLib.Internal
Assembly
GLib-2.0.dll

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

public class ThreadFuncAsyncHandler
Inheritance
ThreadFuncAsyncHandler
Inherited Members

Constructors

ThreadFuncAsyncHandler(ThreadFunc)

public ThreadFuncAsyncHandler(ThreadFunc managed)

Parameters

managed ThreadFunc

Fields

NativeCallback

public ThreadFunc NativeCallback

Field Value

ThreadFunc