C# Class CSharpUtils.Process.Impl.ProcessBaseImplFibers

Inheritance: IProcessBaseImpl
Show file Open project: soywiz/csharputils

Public Methods

Method Description
Init ( RunDelegate Delegate ) : void
Remove ( ) : void
SwitchTo ( ) : void
Yield ( ) : void

Private Methods

Method Description
ConvertThreadToFiber ( int fiberData ) : IntPtr
CreateFiber ( int size, System function, int handle ) : IntPtr
DeleteFiber ( IntPtr fiberAddress ) : void
GetLastError ( ) : int
SwitchToFiber ( IntPtr fiberAddress ) : IntPtr

Method Details

Init() public method

public Init ( RunDelegate Delegate ) : void
Delegate RunDelegate
return void

Remove() public method

public Remove ( ) : void
return void

SwitchTo() public method

public SwitchTo ( ) : void
return void

Yield() public method

public Yield ( ) : void
return void