View Source Kalevala.Event.Delayed (kalevala v0.1.0)

Struct for sending a message

Link to this section Summary

Functions

Turn a delayed event into a stanard event

Link to this section Types

@type t() :: %Kalevala.Event.Delayed{
  acting_character: term(),
  data: term(),
  delay: term(),
  from_pid: term(),
  metadata: term(),
  topic: term()
}

Link to this section Functions

Turn a delayed event into a stanard event