pointfreeco / composable-core-location

A library that bridges the Composable Architecture and Core Location.
MIT License
107 stars 56 forks source link

Simplify location manager dependency management #12

Closed stephencelis closed 2 years ago

stephencelis commented 2 years ago

Rather than map IDs to managers, we can just let folks put multiple managers in their environment if they need to, and we can manage the lifecycle of a delegate using effect cancellation.