XFsm.Timers (XFsm v0.5.0)

View Source

Documentation for XFsm.Timers.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

add(id, ref)

@spec add(term(), reference()) :: :ok

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

remove(id)

@spec remove(term()) :: nil | reference()

start_link(opts)

@spec start_link(keyword()) :: Agent.on_start()