C# 클래스 Disruptor.Utils.DaemonThreadFactory

Access to a ThreadFactory instance. All threads are created with setDaemon(true).
파일 보기 프로젝트 열기: bingyang001/disruptor-net-3.3.0-alpha

공개 메소드들

메소드 설명
NewThread ( System.Action action, bool start = false ) : Thread

메소드 상세

NewThread() 공개 메소드

public NewThread ( System.Action action, bool start = false ) : Thread
action System.Action
start bool
리턴 Thread