C# Class Fibrous.Fiber

Mostra file Open project: chrisa23/Fibrous Class Usage Examples

Public Methods

Method Description
StartNew ( FiberType type, IExecutor executor = null ) : IFiber

Helper to create and start an IFiber by type

Private Methods

Method Description
GetFromTyoe ( FiberType type, IExecutor executor ) : IFiber

Method Details

StartNew() public static method

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