Method | Description | |
---|---|---|
Clone ( bool shareFiber = false ) : |
||
NetworkEventLoop ( IExecutor internalExecutor, int workerThreads ) : System | ||
NetworkEventLoop ( IFiber scheduler ) : System | ||
NetworkEventLoop ( int workerThreads ) : System | ||
SetExceptionHandler ( ExceptionCallback callback, IConnection connection ) : void |
public Clone ( bool shareFiber = false ) : |
||
shareFiber | bool | |
return |
public NetworkEventLoop ( IExecutor internalExecutor, int workerThreads ) : System | ||
internalExecutor | IExecutor | |
workerThreads | int | |
return | System |
public NetworkEventLoop ( IFiber scheduler ) : System | ||
scheduler | IFiber | |
return | System |
public NetworkEventLoop ( int workerThreads ) : System | ||
workerThreads | int | |
return | System |
public SetExceptionHandler ( ExceptionCallback callback, IConnection connection ) : void | ||
callback | ExceptionCallback | |
connection | IConnection | |
return | void |