Klotho.Mock.TimerMsg (klotho v0.1.2)

Struct to represent a timer message.

Summary

Types

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