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
Put together some developer documentation describing how the internals of Traits Futures work. It might be interesting to try following the C4 model for this.
In particular, we want to describe the three message-passing layers / protocols:
Layer 0: Pinger/Pingee (doesn't know anything about passing actual messages or routing messges to their intended destination)
Layer 1: Message routing (doesn't know anything particularly about futures, cancellation, etc.)
Layer 2: Future-specific messaging
The description in PR #231 goes into Layer 0 in some detail, and may serve as a starting point.
The text was updated successfully, but these errors were encountered:
Put together some developer documentation describing how the internals of Traits Futures work. It might be interesting to try following the C4 model for this.
In particular, we want to describe the three message-passing layers / protocols:
Layer 0: Pinger/Pingee (doesn't know anything about passing actual messages or routing messges to their intended destination)
Layer 1: Message routing (doesn't know anything particularly about futures, cancellation, etc.)
Layer 2: Future-specific messaging
The description in PR #231 goes into Layer 0 in some detail, and may serve as a starting point.
The text was updated successfully, but these errors were encountered: