예제 #1
0
 private void Escape(Fiber fiber)
 {
     if (counter > 5)
     {
         fiber.Break();
     }
 }