package rs.tokio.console.async_ops

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AsyncOp

async_ops.proto:40

An async operation. An async operation is an operation that is associated with a resource This could, for example, be a read or write on a TCP stream, or a receive operation on a channel.

Used in: AsyncOpUpdate

message AsyncOpUpdate

async_ops.proto:14

An `AsyncOp` state update. This includes a list of any new async ops, and updates to the associated statistics for any async ops that have changed since the last update.

Used in: instrument.Update

message Stats

async_ops.proto:69

Statistics associated with a given async operation.

Used in: AsyncOpUpdate