[Python-ideas] Async API: some code to review

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Oct 30 01:25:43 CET 2012


Andrew Svetlov wrote:

> 0MQ socket has no file descriptor at all, it's just pointer to some
> unspecified structure.
> So 0MQ has own *poll* function which can process that sockets as well
> as file descriptors.

Aaargh... yet another event loop that wants to rule
the world. This is not good.

-- 
Greg



More information about the Python-ideas mailing list