socketry / async

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

Make it possible to wrap/intercept task setup. #177

Closed ioquatix closed 2 years ago

ioquatix commented 2 years ago

In order to add traces to async, we need to be able to wrap the scheduled fiber.

Types of Changes