dawdle v0.4.0 Dawdle View Source

Main module for Dawdle dealy system.

Link to this section Summary

Functions

Set a callback to be called the eafter delay ms

Link to this section Types

Link to this type argument() View Source
argument() :: any()
Link to this type callback() View Source
callback() :: (argument() -> any())

Link to this section Functions

Link to this function call_after(callback, argument, delay) View Source
call_after(callback(), argument(), duration()) :: :ok | {:error, term()}

Set a callback to be called the eafter delay ms

Link to this function start_link() View Source
start_link() :: {:ok, pid()}