Skip to main content

Module responses

Module responses 

Source
Expand description

Owns the receive side of the CTP connection: a background task that pumps ComputeResponses into per-id frontier watches, per-uuid peek channels, and a raw broadcast. The mechanism does not curate which responses or which frontier fields a use case may observe: frontier watches keep the full merged FrontiersResponse, and the raw broadcast carries every response.

Structsยง

ComputeSender
Send half: forwards commands into the pump task that owns the client.
Responses
Handle to the response side. Cloneable view onto frontier watches, peek routing, and the raw response broadcast.