C# Class MOUSE.Core.Fibers.ReadWriteLockingFiber

Inheritance: IFiber
Afficher le fichier Open project: Rurouni/MassiveOnlineUniversalServerEngine Class Usage Examples

Méthodes publiques

Méthode Description
ProcessAsync ( Func func, LockType lockType ) : void
ReadWriteLockingFiber ( int readParallelism = 10, int maxQueueSize = 10000 ) : System
Stop ( ) : void

Private Methods

Méthode Description
ProcessFunc ( Func func ) : Task

Method Details

ProcessAsync() public méthode

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

ReadWriteLockingFiber() public méthode

public ReadWriteLockingFiber ( int readParallelism = 10, int maxQueueSize = 10000 ) : System
readParallelism int
maxQueueSize int
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void