beeminder / BeeSwift

Official Beeminder for iOS app
Other
30 stars 6 forks source link

Convert DataPointManager to actor #523

Closed theospears closed 3 days ago

theospears commented 3 days ago

Translate DataPointManager to an actor. Previously it just exposed methods and used a NSManagedContext which was passed in. This lead to incorrect threading behavior. Make it an actor and responsible for loading goals itself.

Testing: Ran app and checked it could sync healthkit

theospears commented 3 days ago

This stack of pull requests is managed by Graphite. Learn more about stacking.