Méthode | 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 | |
Résultat |
public NetworkEventLoop ( IExecutor internalExecutor, int workerThreads ) : System | ||
internalExecutor | IExecutor | |
workerThreads | int | |
Résultat | System |
public NetworkEventLoop ( IFiber scheduler ) : System | ||
scheduler | IFiber | |
Résultat | System |
public NetworkEventLoop ( int workerThreads ) : System | ||
workerThreads | int | |
Résultat | System |
public SetExceptionHandler ( ExceptionCallback callback, IConnection connection ) : void | ||
callback | ExceptionCallback | |
connection | IConnection | |
Résultat | void |