ash-project / reactor

Reactor is a dynamic, concurrent, dependency resolving saga orchestrator.
https://ash-hq.org/
MIT License
44 stars 6 forks source link

improvement: Add `wait_for` DSL. #39

Closed jimsynz closed 1 year ago

zachdaniel commented 1 year ago

So I think this only lets us wait for a single other step, right? Because we wait for steps by adding an argument called :_ but don't we enforce that arguments are unique? Or maybe thats only at the DSL level?

EDIT: your test proves me wrong :D