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
I am looking at moving await from actix actors but I manage a somewhat large codebase that I created before I fully understood the async model really well. So I use a lot of "very meh" practices like the actix services which are essentially global actors that auto-(re)start.
I found https://gitlab.com/mneumann_ntecs/xtra-addons, but it looks unmaintained so I was wondering if you would be interested by an "official" companion crate (as in committed to this repo vs a random other repo) to help implement more "advanced" features like a broker, services (basic OTP), etc.
The text was updated successfully, but these errors were encountered:
Hi there!
I am looking at moving await from actix actors but I manage a somewhat large codebase that I created before I fully understood the async model really well. So I use a lot of "very meh" practices like the actix services which are essentially global actors that auto-(re)start.
I found https://gitlab.com/mneumann_ntecs/xtra-addons, but it looks unmaintained so I was wondering if you would be interested by an "official" companion crate (as in committed to this repo vs a random other repo) to help implement more "advanced" features like a broker, services (basic OTP), etc.
The text was updated successfully, but these errors were encountered: