swift-service-lifecycle icon indicating copy to clipboard operation
swift-service-lifecycle copied to clipboard

Provide async variant of `startAndWait`

Open FranzBusch opened this issue 2 years ago • 1 comments

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.

FranzBusch avatar Jul 14 '22 16:07 FranzBusch

That would be super!

mr-swifter avatar Sep 12 '22 09:09 mr-swifter

The new implementation provides a fully Concurrency aware approach

FranzBusch avatar May 11 '23 09:05 FranzBusch