| 364 | |
| 365 | template <typename T> |
| 366 | inline int execution_queue_execute(ExecutionQueueId<T> id, |
| 367 | typename butil::add_const_reference<T>::type task) { |
| 368 | return execution_queue_execute(id, task, NULL); |
| 369 | } |
| 370 | |
| 371 | template <typename T> |
| 372 | inline int execution_queue_execute(ExecutionQueueId<T> id, |