quininer / ritsu

An experimental asynchronous runtime based on `io-uring`.
MIT License
76 stars 4 forks source link

backpressure #19

Closed quininer closed 3 years ago

quininer commented 3 years ago

For simplicity, the current implementation does not consider backpressure. when the queue is full, it will be submitted until it succeeds.

We can return error after multiple failures, and the user will be responsible for handling it.