Releases
v0.6.0
- Add
async/signals/gracefulfor installing defaultSIGINTandSIGTERMhandlers that raiseInterrupt.
v0.5.0
- Change
Async::Signals.defaultto select process signal handling only on the main thread when no fiber scheduler is installed.
v0.4.0
- Use
Fiber::Scheduler#fiber_interruptfromContext#raisewhen available, falling back toThread#raise.
v0.3.0
- Pass the installing context as the second signal handler argument and allow handler exceptions to propagate.
v0.2.0
- Add
Async::Signals.defaultandAsync::Signals::Ignorefor selecting process signal handling based on the current thread.
v0.1.0
- Initial release.