Method | Description | |
---|---|---|
StartNew ( FiberType type, IExecutor executor = null ) : IFiber |
Helper to create and start an IFiber by type
|
Method | Description | |
---|---|---|
GetFromTyoe ( FiberType type, IExecutor executor ) : IFiber |
public static StartNew ( FiberType type, IExecutor executor = null ) : IFiber | ||
type | FiberType | |
executor | IExecutor | |
return | IFiber |