Method | Description | |
---|---|---|
PoolFiber ( ) : System | ||
PoolFiber ( IExecutor executor ) : System | ||
PoolFiber ( IExecutor config, TaskFactory taskFactory ) : System | ||
PoolFiber ( TaskFactory taskFactory ) : System | ||
StartNew ( ) : IFiber | ||
StartNew ( IExecutor exec ) : IFiber |
Method | Description | |
---|---|---|
InternalEnqueue ( System.Action action ) : void |
Method | Description | |
---|---|---|
ClearActions ( ) : List |
||
Flush ( ) : void |
protected InternalEnqueue ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public PoolFiber ( IExecutor executor ) : System | ||
executor | IExecutor | |
return | System |
public PoolFiber ( IExecutor config, TaskFactory taskFactory ) : System | ||
config | IExecutor | |
taskFactory | TaskFactory | |
return | System |
public PoolFiber ( TaskFactory taskFactory ) : System | ||
taskFactory | TaskFactory | |
return | System |
public static StartNew ( IExecutor exec ) : IFiber | ||
exec | IExecutor | |
return | IFiber |