Example #1
0
File: txn.cpp Project: maoy/mosaic
void local_send_action(Tuple* t){
  taskQ.enqueue(Event(Event::RECV, t));
}