View Source Runbox.Runtime.RuntimeInstruction (runbox v10.0.0)

Struct produced by scenario representing instruction for runtime.

Summary

Types

t()

Struct produced by scenario representing instruction for runtime.

Functions

Creates runtime instruction to register timeout message.

Types

@type t() :: %Runbox.Runtime.RuntimeInstruction{
  body: Runbox.Runtime.RuntimeInstruction.Timeout.t()
}

Struct produced by scenario representing instruction for runtime.

Functions

Link to this function

register_timeout(timeout_message)

View Source

Creates runtime instruction to register timeout message.