swift-service-lifecycle
swift-service-lifecycle copied to clipboard
Provide async variant of `startAndWait`
Would be great to get an alternative to startAndWait
for the async
world that does not block the current thread but just suspends the current task.
That would be super!
The new implementation provides a fully Concurrency aware approach