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
using paralel actions is different than using standard actions
Proposal
please consider to add new method to ActionContext probably .parallel() with inner context parameter like .repeat(),
where it will be possible to use fluent Action API
something like
Hi @spustlik, I agree the current parallel actions is a bit clunky to use. I definitely think there is a better api here. Your proposal is interesting I'd like to play with it more 👍
Context
using paralel actions is different than using standard actions
Proposal
please consider to add new method to
ActionContext
probably.parallel()
with inner context parameter like.repeat()
,where it will be possible to use fluent Action API
something like
maybe it is possible to use generators with yield.
also usable should be shortcut for
to
The text was updated successfully, but these errors were encountered: