| 210 | |
| 211 | void WorkPool::enqueue(Delegate<void> call) { pImpl->enqueue(call); } |
| 212 | int WorkPool::thread_migrate(photon::thread* th, size_t index) { |
| 213 | return pImpl->thread_migrate(th, index); |
| 214 | } |
| 215 | int WorkPool::join_current_vcpu_into_workpool() { |
| 216 | return pImpl->join_current_vcpu_into_workpool(); |
| 217 | } |
no outgoing calls