Beispiel #1
0
 protected override void DoStart(IBackend threadPool, Action action)
 {
     threadPool.AddImmediately(action);
 }