sigio

Crates.iosigio
lib.rssigio
version0.1.0
sourcesrc
created_at2024-06-06 19:31:02.126951
updated_at2024-06-06 19:31:02.126951
descriptionsignal-based async io
homepage
repositoryhttps://codeberg.org/binarycat/sigio
max_upload_size
id1264010
size203,995
(lolbinarycat)

documentation

README

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.

Commit count: 0

cargo fmt