quininer / ritsu

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

Remove Handle trait #12

Closed quininer closed 4 years ago

quininer commented 4 years ago

The Handle trait has been removed, and now use the optimized oneshot channel uniformly.

see https://github.com/quininer/oneshot