[IronPython] Implementing Greenlets API in IronPython

Tristan Zajonc tristanz at gmail.com
Mon May 31 03:59:02 CEST 2010


Hi -

The greenlets C-extension module (http://packages.python.org/greenlet/)
 provides a very basic api that is used by eventlet and gevent to
provide asynchronous programming constructs.  It would be nice to have a
reasonably performant version of the greenlet API in IronPython.

Before I start playing around with possibilities, is there an obvious
approach to implement the greenlets API in IronPython?

Thanks
Tristan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100530/ea416c57/attachment.html>


More information about the Ironpython-users mailing list