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
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to