ritsu
ritsu copied to clipboard
An experimental asynchronous runtime based on `io-uring`.
Results
5
ritsu issues
Sort by
recently updated
recently updated
newest added
I had this idea long ago, and the poll-based API is not suitable for zerocopy network because it has similar problems as io-uring. It needs to make kernel hold buffer...
enhancement
Designing an ergonomic API for proactor has always been a challenge. I think that transferring ownership is the only way, whether the future holds ownership of buffer, or the scope...