Grains.Timer (Grains v1.7.1)
A periodic timer.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for Grains.GenGrain.handle_pull/2.
Callback implementation for Grains.GenGrain.handle_pull/3.
Callback implementation for Grains.GenGrain.handle_push/3.
Callback implementation for GenServer.init/1.
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor.
Link to this function
handle_pull(from, state)
Callback implementation for Grains.GenGrain.handle_pull/2.
Link to this function
handle_pull(from, tag, state)
Callback implementation for Grains.GenGrain.handle_pull/3.
Link to this function
handle_push(msg, from, state)
Callback implementation for Grains.GenGrain.handle_push/3.
Link to this function
init(opts)
Callback implementation for GenServer.init/1.
Link to this function
name(left, grains)
Link to this function
own_full_name()
Link to this function
own_name()
Link to this function
pull()
Link to this function
pull(from)
Link to this function
pull_with_tag(tag)
Link to this function
pull_with_tag(from, tag)
Link to this function
push(msg)
Link to this function