compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

feat(io): compat async stream for futures #240

Closed Berrysoft closed 6 months ago

Berrysoft commented 6 months ago

The type AsyncStream is exacted from cyper-core. It provides a stream with futures io impls to provide convenience.

George-Miao commented 6 months ago

What happened to the test

Berrysoft commented 6 months ago

It always occurs if you haven't run the test in GitHub action for a long time, but a rerun would usually fix it. I don't understand the reason.