socketry / async

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

Remove `Async::Wrapper`. #354

Open ioquatix opened 2 weeks ago

ioquatix commented 2 weeks ago

Async::Wrapper has been deprecated for a long time. It was last used in Async::IO which is also deprecated and now unmaintained.

We will merge this change when Ruby 3.1 becomes EOL: 2025-03-31

Types of Changes

Contribution