Hacker News new | ask | show | jobs
by winternewt 1020 days ago
I can't both perform blocking I/O and wait for a cancellation signal from another thread. So I need to use poll(), and async is a nice interface to that.