C# 클래스 Fibrous.Fiber

파일 보기 프로젝트 열기: chrisa23/Fibrous 1 사용 예제들

공개 메소드들

메소드 설명
StartNew ( FiberType type, IExecutor executor = null ) : IFiber

Helper to create and start an IFiber by type

비공개 메소드들

메소드 설명
GetFromTyoe ( FiberType type, IExecutor executor ) : IFiber

메소드 상세

StartNew() 공개 정적인 메소드

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