You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the upcoming release of gevent 1.0 and it's support for multiple threads, supporting a mix of ThreadingActor and GeventActor in the same process, that can communicate with each other, is an attractive extension of Pykka.
The text was updated successfully, but these errors were encountered:
mopidy/mopidy#166 has a proof of concept for how to communicate between regular threads and gevent 1.0 greenlets. This can hopefully be adapted to work for threading actors and gevent 1.0 actors.
With the upcoming release of gevent 1.0 and it's support for multiple threads, supporting a mix of
ThreadingActor
andGeventActor
in the same process, that can communicate with each other, is an attractive extension of Pykka.The text was updated successfully, but these errors were encountered: