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