You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes a few changes to the Subscriptions section where we're
talking about event streams in an attempt to make it more clear about
what's going on.
- Revised variable names from "fieldStream" to "sourceStream" to make it
easier to trace variables through algorithms.
- Rewrote the "Event Streams" definition to be more clear about "emit"
keyword and have clear paragraphs on completion and cancellation.
- Rewrote the `MapSourceToResponseEvent` algorithm to be a correctly
formatted algorithm with a return statement at the end. Introduced a
new "When" keyword to describe event subscriptions. Added explicit
sections on passing back cancellation (discussed in WG) as well as
completion with error (not discussed, but I realized was also left
ambiguous)
0 commit comments