Hacker News new | ask | show | jobs
by armchairhacker 1483 days ago
You can spawn a simple Tokio I/O runtime with Builder::new_current_thread().with_io().build().

The catch is that it’s not really “simple”, and idk the performance penalty.