You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary = "A concurrent dependency-resolving code launcher intended for use at application startup."
s.description = <<-DESC
Application startup often requires several things to be executed as a precondition to making the app interactable. This is often done sequentially in the app delegate on the main thread; while this is very predictable, modern iOS devices have more than one core and benefit greatly from intelligent use of queues.
This framework aims to make service declaration and dependency resolution straightforward, and to accelerate startup times by maximizing use of multi-core devices.