Hey community,
I've updated Cats-Actors to be fully typed in the messages it sends and receives, based on feedback from the community. This change aims to make actors more type-safe and address some common concerns.
I have opened a PR: https://github.com/suprnation/cats-actors/pull/3. The README.md would be a good place to start.
I would appreciate it if you could take a look and provide feedback to ensure we are heading in the right direction.
feature/typed-actors investigation of typed actors by cloudmark · Pull Request #3 · suprnation/cats-actors
In this PR, I have addressed a common comment from the community regarding the lack of typing for actors. The framework is now fully typed, ensuring that actors are explicitly defined for the messa...