Hacker News new | past | comments | ask | show | jobs | submit login

I believe they mean that since it bypasses the (Tokio) scheduler, so if you use it in async code you lose the main benefit of async code (namely, the scheduler is able to switch to some other task while waiting for IO to complete.). Basically the same behavior you'd get if you called a blocking syscall directly.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: