matthewferguson/DataFlowFunnelCD
DataFlowFunnelCD is a Swift Package used for two main Architecture purposes. 1) Manage Core Data contention (multi-threaded) issues when saving two separate NSManagedObjects ( CRUD operations). 2) Solves the problem of referencing the NSPersistentContainer from anywhere in the bundle. Anywhere includes frameworks, other swift packages, and traditional bundle access.
SwiftMIT