Hacker News new | ask | show | jobs
by Can_Not 3333 days ago
That code probably represents one function in a event loop webserver processing more than one request at a time. Non blocking behavior is important for work involving UIs.