Files
Stephen Celis f9f3e3a4cb Use AnyHashableSendable from Concurrency Extras (#3428)
* Use `AnyHashableSendable` from Concurrency Extras

Rather than use an ad hoc implementation with an `AnyHashable` under the
hood that may not be concurrency safe, let's adopt the helper we added
to the Concurrency Extras packages.

* fix

* wip

* wip
2024-10-08 13:08:38 -07:00
..
2020-05-03 22:26:28 -07:00

Composable Architecture Case Studies

This project includes a number of digestible examples of how to solve common problems using the Composable Architecture.