Subscriptions ecosystem

So from reading code I have figured out.

  • Subscriptions are a list of Recipes
  • Recipes are anything that implements the stream trait?

Also it looks like keyboard and mouse input are their own subscriptions, but I can’t find where their created. Since they would have to be running for the GUI to work properly.

I would love if there was a infographic about futures like there is for the ecosystem, but I know it doesn’t exist.