socketry / async

An awesome asynchronous event-driven reactor for Ruby.
MIT License
2.12k stars 86 forks source link

Improve the robustness of the reactor interrupt test. #212

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

The reactor interrupt mechanism is not a guaranteed robust mechanism. Interrupts can be missed if the interrupt is received before entering sleep. Making this more reliable in the future might be useful.

Types of Changes

Contribution