| 111 | threads.back()->handle = g_network->startThread(start, threads.back(), stackSize, name); |
| 112 | } |
| 113 | void post(PThreadAction action) override { ios.post(ActionWrapper(action)); } |
| 114 | int priority() const { return pri; } |
| 115 | }; |
| 116 |
no test coverage detected