C# 클래스 Helios.Ops.EventLoopFactory

Static factory class for creating IEventLoop instances
파일 보기 프로젝트 열기: helios-io/helios

공개 메소드들

메소드 설명
CreateNetworkEventLoop ( int defaultSize = 2, IExecutor internalExecutor = null ) : NetworkEventLoop
CreateThreadedEventLoop ( int defaultSize = 2, IExecutor internalExecutor = null ) : IEventLoop

메소드 상세

CreateNetworkEventLoop() 공개 정적인 메소드

public static CreateNetworkEventLoop ( int defaultSize = 2, IExecutor internalExecutor = null ) : NetworkEventLoop
defaultSize int
internalExecutor IExecutor
리턴 Helios.Net.NetworkEventLoop

CreateThreadedEventLoop() 공개 정적인 메소드

public static CreateThreadedEventLoop ( int defaultSize = 2, IExecutor internalExecutor = null ) : IEventLoop
defaultSize int
internalExecutor IExecutor
리턴 IEventLoop