socketry / async

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

Don't allow event loop to be interrupted at any time. #223

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

Don't allow the event loop thread to be interrupted at any time, which can cause odd behaviour and/or deadlocks.

Fixes #220.

Types of Changes

Contribution