View Source Runbox.Runtime.RuntimeInstruction.Timeout (runbox v13.0.3)

Instruction to register unit timeout.

Use Runbox.Runtime.RuntimeInstruction.register_timeout/1 to create this runtime instruction.

Summary

Types

t()

Struct representing unit timeout registration.

Types

@type t() :: %Runbox.Runtime.RuntimeInstruction.Timeout{
  timeout_message: %Runbox.Message{
    body: term(),
    from: term(),
    origin: term(),
    timestamp: term(),
    type: term()
  }
}

Struct representing unit timeout registration.