sampsyo / bluelet

simple asynchronous socket I/O with Python coroutines
111 stars 17 forks source link

Integrating bluelets with threaded libraries #7

Open mpenning opened 9 years ago

mpenning commented 9 years ago

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

sampsyo commented 9 years ago

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