(&self)
| 1230 | // In case another thread is waiting for a membership slot to free |
| 1231 | // up, issue a wake on the bitmask. |
| 1232 | atomic_wait::wake_one(&*self.thread_pool.claimed_bitmask); |
| 1233 | } |
| 1234 | } |
| 1235 | |
| 1236 | // ----------------------------------------------------------------------------- |
| 1237 | // Worker context |
no outgoing calls
no test coverage detected