| 473 | {} |
| 474 | |
| 475 | inline int execution_queue_cancel(const TaskHandle& h) { |
| 476 | if (h.node == NULL) { |
| 477 | return -1; |
| 478 | } |
| 479 | return h.node->cancel(h.version); |
| 480 | } |
| 481 | |
| 482 | // ---------------------ExecutionQueueBase-------------------- |
| 483 | inline bool ExecutionQueueBase::_more_tasks( |
no outgoing calls