Railsy Model Helpers for Ecto Tarearbol now allows subscriptions to task results

More Than 1:1 With Elixir's GenStage

I didn’t understand how to make GenStage’s “stages” interact with one another beyond a 1:1 ratio of events. None of the articles or documentation showed anything but the flow of the same amount of events from one stage to another (i.e. 1:1). I knew it had to be able to do more, so I set out to figure it out.

More Than 1:1 With Elixir’s GenStage