C# Class Mono.MicroThreads.Continuation

Inheritance: IDisposable
Datei anzeigen Open project: mono/mono-microthreads Class Usage Examples

Public Methods

Method Description
Continuation ( ) : System
Dispose ( ) : void
Restore ( int data ) : void
Store ( int data ) : int

Private Methods

Method Description
Mark ( ) : void
Print ( string msg ) : void
alloc_continuation ( ) : IntPtr
free_continuation ( IntPtr handle ) : void
get_continuation_stack_size ( IntPtr handle ) : int
mark_continuation_frame ( IntPtr handle, int skip ) : void
restore_continuation ( IntPtr handle, int val ) : int
restore_continuation ( IntPtr handle, int data ) : void
store_continuation ( IntPtr handle, int data ) : int

Method Details

Continuation() public method

public Continuation ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Restore() public method

public Restore ( int data ) : void
data int
return void

Store() public method

public Store ( int data ) : int
data int
return int