예제 #1
0
 protected override void QueueTask(Task task)
 {
     _Fiber.Dispatch(() => TryExecuteTask(task));
 }