C# Class MOUSE.Core.Fibers.PollingFiber

Inheritance: IFiber
Afficher le fichier Open project: Rurouni/MassiveOnlineUniversalServerEngine

Méthodes publiques

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

Method Details

ExecuteAllInplace() public méthode

public ExecuteAllInplace ( ) : void
Résultat void

Process() public méthode

public Process ( System.Action func ) : void
func System.Action
Résultat void

ProcessAsync() public méthode

public ProcessAsync ( Func func, LockType lockType = LockType.Write ) : void
func Func
lockType LockType
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void