socketry / async

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

Add `Async::Group` for straight forward list of children nodes without an associated task. #195

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

This introduces a more efficient implementation of Async::Barrier. It also makes me wonder if Async::LimitedBarrier is the right name.

Types of Changes

Contribution