C# Class SharpUV.LoopWork

Inheritance: IDisposable
Show file Open project: gigi81/sharpuv Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
After ( IntPtr work, int status ) : void
Completed ( ) : void
LoopWork ( Loop loop, System.Action run, System.Action after, Action completed ) : System
Run ( IntPtr work ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void