RxSwiftCommunity / RxFlow

RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern
MIT License
1.88k stars 117 forks source link

flows: add the ability to choose to wait or not for steps #148

Closed twittemb closed 4 years ago

twittemb commented 4 years ago

Description

This PR gives the ability to wait or not for flows readiness to execute a completion block.

Checklist