Expand description
Represents interactions between the console-subscriber and a console client observing it.
Modules§
- instrument_
client - Generated client implementations.
- instrument_
server - Generated server implementations.
Structs§
- Instrument
Request - InstrumentRequest requests the stream of updates to observe the async runtime state over time.
- Pause
Request - PauseRequest requests the stream of updates to pause.
- Pause
Response PauseResponse
is the value returned after a pause request.- Resume
Request - ResumeRequest requests the stream of updates to resume after a pause.
- Resume
Response ResumeResponse
is the value returned after a resume request.- Task
Details Request - TaskDetailsRequest requests the stream of updates about the specific task identified in the request.
- Update
- Update carries all information regarding tasks, resources, async operations and resource operations in one message. There are a couple of reasons to combine all of these into a single message: