how does a non-blocking event loop work?

Posted by aharon on Stack Overflow See other posts from Stack Overflow or by aharon
Published on 2010-06-18T16:04:03Z Indexed on 2010/06/18 16:33 UTC
Read the original article Hit count: 295

Twisted has a "non-blocking" event loop.

I understand what a blocking event loop does (sort of, from the Wikipedia page) but can't figure out how a non-blocking one does.

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about loops