socketry / async

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

Allow Interrupt to retry the run loop after issuing #stop. #297

Closed ioquatix closed 6 months ago

ioquatix commented 6 months ago

Ctrl-C should allow for graceful clean-up. This behaviour is probably also more compatible with Async 1.x.

Fixes https://github.com/socketry/async/issues/291

Types of Changes

Contribution