kioto-uring-executor 0.2.0

A simple multi-threaded wrapper around tokio-uring
Documentation
1
2
3
4
5
6
7
0.2:
    - Move to a more object-oriented model with Runtime objects
    - block_on now runs in the current thread (will spawn a new runtime)
    - Support for block_on with return values

0.1:
    - Initial release