(WIP) async rust frontend for signal-based io on linux
Find a file
binarycat 4abc56a21d cleanup
2024-06-11 22:09:13 -04:00
src cleanup 2024-06-11 22:09:13 -04:00
testdata/three.d add async directory support 2024-06-11 21:45:34 -04:00
.gitignore init 2024-06-02 18:21:04 -04:00
Cargo.lock add async directory support 2024-06-11 21:45:34 -04:00
Cargo.toml add async directory support 2024-06-11 21:45:34 -04:00
README.md add readme, getting ready for release 2024-06-06 15:30:34 -04:00

signal-based async io for rust

why?

mainly as a way of learning about the gory details of async rust, but also because i was annoyed by the fact that everything just uses thread pools.

should i use this?

probably not. it's not very portable, and it's performance is basically the same as tokio anyways.