package rs.tokio.console.tasks

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

message DurationHistogram

tasks.proto:152

Used in: TaskDetails

message Stats

tasks.proto:120

Task performance statistics.

Used in: TaskUpdate

message Task

tasks.proto:71

Data recorded when a new task is spawned.

Used in: TaskUpdate

enum Task.Kind

tasks.proto:108

The category of task this task belongs to.

Used in: Task

message TaskDetails

tasks.proto:43

A task details update

Used as response type in: instrument.Instrument.WatchTaskDetails

message TaskUpdate

tasks.proto:15

A task state update. Each `TaskUpdate` contains any task data that has changed since the last update. This includes: - any new tasks that were spawned since the last update - the current stats for any task whose stats changed since the last update

Used in: instrument.Update