Crates.io | sigio |
lib.rs | sigio |
version | 0.1.0 |
source | src |
created_at | 2024-06-06 19:31:02.126951 |
updated_at | 2024-06-06 19:31:02.126951 |
description | signal-based async io |
homepage | |
repository | https://codeberg.org/binarycat/sigio |
max_upload_size | |
id | 1264010 |
size | 203,995 |
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.
probably not. it's not very portable, and it's performance is basically the same as tokio anyways.