socketry / async-io

Concurrent wrappers for native Ruby IO & Sockets.
MIT License
208 stars 28 forks source link

`Async::IO::Stream` can handle native IO. #82

Closed ioquatix closed 6 months ago

ioquatix commented 6 months ago

In order to help build a bridge between Async::IO IO wrappers and native IO, extend Async::IO::Stream to support both. In fact, it probably should have been this way from the beginning.

Types of Changes

Contribution