noleme-flow
noleme-flow copied to clipboard
[API] Rework (or potentially remove) the `after` API
The after
flow API came from an older API design and works poorly within the current flow API. It encourages blocking flow designs and puts unnecessary pressure on the runtime implementations.
At this time we should consider getting rid of it altogether, or reconsider it as a special case of join
.