package coroutine.v1

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

message Build

coroutine.proto:37

Build is info about the build in which a durable coroutine is/was running.

Used in: State

enum ChanDir

type.proto:113

Used in: Type

message Field

type.proto:58

Used in: Type

message Function

function.proto:6

Function represents a function, method or closure in the program.

Used in: State

enum Kind

type.proto:83

Used in: Type

message Region

coroutine.proto:44

Region is an encoded region of memory.

Used in: State

message State

coroutine.proto:9

State is durable coroutine state.

message Type

type.proto:12

Type is a data type. Types may reference other types internally (including themselves). To encode the graph of types in a program, a Type is expected to be stored alongside all other Types in an array. The index of each Type in the array becomes its unique identifier, and internal references to other types are simply an int32 index.

Used in: State