示例#1
0
 //--- Methods ---
 public bool TryStealWorkItem(out Action callback)
 {
     return(_inbox.TrySteal(out callback));
 }