Cats-Actors 2.2.0 is releasedhttps://www.reddit.com/r/programming/comments/1w4qd1c/catsactors_220_is_released
Cats-Actors is a Cats Effect native actor library: typed messages, functional state, supervision, and the familiar ! operator, all in F[_]. What is new in this release: - ControlledTestKit, a new trait in the cats-actors-testkit module. It provisions an ActorSystem[IO] inside Cats Effect's TestControl and ticks the simulated clock for you, so scheduled work and timeouts resolve without real waiting. A one hour receive timeout is now an ordinary unit test that finishes in milliseconds. - Receive timeouts, the supervisor restart window and the dead letter mailbox idle check now read Clock[F].moβ¦