C# Class MOUSE.Core.Fibers.PollingFiber

Inheritance: IFiber
显示文件 Open project: Rurouni/MassiveOnlineUniversalServerEngine

Public Methods

Method Description
ExecuteAllInplace ( ) : void
Process ( System.Action func ) : void
ProcessAsync ( Func func, LockType lockType = LockType.Write ) : void
Stop ( ) : void

Method Details

ExecuteAllInplace() public method

public ExecuteAllInplace ( ) : void
return void

Process() public method

public Process ( System.Action func ) : void
func System.Action
return void

ProcessAsync() public method

public ProcessAsync ( Func func, LockType lockType = LockType.Write ) : void
func Func
lockType LockType
return void

Stop() public method

public Stop ( ) : void
return void