C# Class Disruptor.Utils.DaemonThreadFactory

Access to a ThreadFactory instance. All threads are created with setDaemon(true).
Afficher le fichier Open project: bingyang001/disruptor-net-3.3.0-alpha

Méthodes publiques

Méthode Description
NewThread ( System.Action action, bool start = false ) : Thread

Method Details

NewThread() public méthode

public NewThread ( System.Action action, bool start = false ) : Thread
action System.Action
start bool
Résultat Thread