bluelet icon indicating copy to clipboard operation
bluelet copied to clipboard

Integrating bluelets with threaded libraries

Open mpenning opened this issue 10 years ago • 1 comments
trafficstars

I am curious whether bluelets has support or plans to support an interface similar to gevent.threadpool. Is this possible?

mpenning avatar Sep 28 '15 10:09 mpenning

No, integrating with a native green threads implementation would likely be quite difficult. Maybe Python's standard asyncio has considered that?

sampsyo avatar Sep 28 '15 15:09 sampsyo