package rs.tokio.console.resources

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

message PollOp

resources.proto:97

A `PollOp` describes each poll operation that completes within the async application.

Used in: ResourceUpdate

message Resource

resources.proto:41

Static data recorded when a new resource is created.

Used in: ResourceUpdate

message Resource.Kind

resources.proto:65

The kind of resource (e.g. timer, mutex).

Used in: Resource

enum Resource.Kind.Known

resources.proto:74

`Known` collects the kinds of resources that are known in this version of the API.

Used in: Kind

message ResourceUpdate

resources.proto:16

A resource state update. Each `ResourceUpdate` contains any resource data that has changed since the last update. This includes: - any new resources that were created since the last update - the current stats for any resource whose stats changed since the last update - any new poll ops that have been invoked on a resource

Used in: instrument.Update

message Stats

resources.proto:82

Task runtime stats of a resource.

Used in: ResourceUpdate