C# Class Fibrous.Fiber

Afficher le fichier Open project: chrisa23/Fibrous Class Usage Examples

Méthodes publiques

Méthode Description
StartNew ( FiberType type, IExecutor executor = null ) : IFiber

Helper to create and start an IFiber by type

Private Methods

Méthode Description
GetFromTyoe ( FiberType type, IExecutor executor ) : IFiber

Method Details

StartNew() public static méthode

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