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
make the underlying component lifecycle private again (#91)
* make the underlying component lifecycle private again
motivation: there is no need to explose the underlying component lifecycle, since there are better composition solutions
changets: make ServiceLifecycle::underlying private (again)
* fixup
Copy file name to clipboardExpand all lines: Sources/Lifecycle/Lifecycle.swift
+1-4
Original file line number
Diff line number
Diff line change
@@ -187,10 +187,7 @@ public struct ServiceLifecycle {
187
187
privateletconfiguration:Configuration
188
188
189
189
/// The underlying `ComponentLifecycle` instance
190
-
///
191
-
/// Designed for composition purposes, mainly for frameworks that need to offer both top-level start/stop functionality and composition into larger systems.
192
-
/// In other words, should not be used outside the context of building an Application framework.
0 commit comments