socketry / async

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

Remove group #202

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

It turns out implementing a group abstraction is harder than originally anticipated and I don't have the energy right now to think through the abstraction. I also don't think it's all that useful in practice, given that we can make Async::Barrier better and more robust. It would also diverge the Async 1.x and 2.x interface significantly. As it was never released, this does not have a major impact on any public interface.

Types of Changes

Contribution