Esempio n. 1
0
 RPC<V> setTaskNum() {
   assert _tasknum == 0;
   _tasknum = _target.nextTaskNum();
   return this;
 }