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
Currently, the UIGC API only implements a small subset of the Akka Typed API: we implement our own AbstractBehavior, and not much else. In this issue, we'd like to expand our API a bit:
Implement our own ActorSystem, where the root of the ActorSystem is a root actor;
Currently, the UIGC API only implements a small subset of the Akka Typed API: we implement our own
AbstractBehavior
, and not much else. In this issue, we'd like to expand our API a bit:The text was updated successfully, but these errors were encountered: