sigio 0.1.0

signal-based async io
Documentation
1
2
3
4
5
6
7
8
9
# 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.