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: Move `can?/2` and `async?/1` into `Reactor.Step` behaviour. #87

Closed jimsynz closed 8 months ago

jimsynz commented 8 months ago

Makes it a little bit easier for steps to define their own capabilities at runtime.

Contributor checklist