Hacker News new | ask | show | jobs
by steveklabnik 1435 days ago
(I don't think async is bad.)

Some folks just use threads, no event loop.

Event loops are also there without async, you could just write against mio or whatever else you choose directly.