C# Class Disruptor.Utils.DaemonThreadFactory

Access to a ThreadFactory instance. All threads are created with setDaemon(true).
ファイルを表示 Open project: bingyang001/disruptor-net-3.3.0-alpha

Public Methods

Method Description
NewThread ( System.Action action, bool start = false ) : Thread

Method Details

NewThread() public method

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