Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
Goal -> Stream<Feedback>, Result
Initiate long-running, preemptable tasks by sending a goal, receiving continuous feedback, and retrieving a final result.
Problem it solves
Standard request-response blocks execution and lacks progress updates or preemption for long-running physical tasks.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.