Creates a future that is resolved once the specified condition evaluates to true on the signal's value.
The signal.
The condition on the signal's value.
The future that is resolved once the condition evaluates to true.
CAUTION! The condition is only checked when the signal's value changes.
Creates a future that is resolved once the specified condition evaluates to true on the signal's value.