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
104 stars 9 forks source link

FSM Update #22

Closed PetrosPapapa closed 1 month ago

PetrosPapapa commented 1 month ago

This is a chunky PR with a number of updates, especially on the FSM. It includes these: #15 #18 #19 #20 #21 resolves #13

Changelog

General

FSM

Minor changes and bug fixes