Klotho.Mock.TimerMsg (klotho v0.2.0)

Copy Markdown

Struct to represent a timer message.

Summary

Types

t()

@type t() :: %Klotho.Mock.TimerMsg{
  message: term(),
  pid: pid(),
  ref: reference(),
  time: non_neg_integer(),
  type: :send_after | :start_timer
}