C# Class Helios.Ops.EventLoopFactory

Static factory class for creating IEventLoop instances
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Méthode Description
CreateNetworkEventLoop ( int defaultSize = 2, IExecutor internalExecutor = null ) : NetworkEventLoop
CreateThreadedEventLoop ( int defaultSize = 2, IExecutor internalExecutor = null ) : IEventLoop

Method Details

CreateNetworkEventLoop() public static méthode

public static CreateNetworkEventLoop ( int defaultSize = 2, IExecutor internalExecutor = null ) : NetworkEventLoop
defaultSize int
internalExecutor IExecutor
Résultat Helios.Net.NetworkEventLoop

CreateThreadedEventLoop() public static méthode

public static CreateThreadedEventLoop ( int defaultSize = 2, IExecutor internalExecutor = null ) : IEventLoop
defaultSize int
internalExecutor IExecutor
Résultat IEventLoop