Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete second wakeup_paused
It was introduced in d5822af. If I understand it correctly this was done to prevent calling select without timeout while there were pending paused promises. Since now we explicitely check for this condition and call select with zero timeout (`should_block_waiting_for_io`). This extra `wakeup_paused` seems to be obsolete.
- Loading branch information