suprnation / cats-actors

Cats Actors framework for building apps which are reactive. Cats actors uses a conceptual actor model as a higher level abstraction for concurrency.
Apache License 2.0
61 stars 5 forks source link

feature/typed-actors investigation of typed actors #3

Closed cloudmark closed 2 months ago

cloudmark commented 2 months ago

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 messages they can receive and respond with. This enhancement improves type safety, reduces runtime errors, and makes the codebase more robust and maintainable.