| 91 | |
| 92 | template <class RET> |
| 93 | int IThreadContext<RET>::getNumIoThreads() const |
| 94 | { |
| 95 | return static_cast<const Impl*>(this)->getNumIoThreads(); |
| 96 | } |
| 97 | |
| 98 | template <class RET> |
| 99 | const std::pair<int, int>& IThreadContext<RET>::getCoroQueueIdRangeForAny() const |