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
Fix pruning on union types when a service implements multiple services (
zio#8934)
* Fix pruning on union types when a service implements multiple services
* Fix for Scala 2.12
* fmt
Allow application to exit on normal completion (zio#8811)
* Avoid blocking the app on normal completion
* Fulfill the promise also for catastrophic failures
* Revert "Fulfill the promise also for catastrophic failures"
This reverts commit 8735579.