Beispiel #1
0
 public bool Pop(out WalletTx wtx)
 {
     return(queue.TryDequeue(out wtx));
 }
Beispiel #2
0
 public void Push(WalletTx wtx)
 {
     queue.Enqueue(wtx);
 }