Poolder.Tasker (Poolder v0.1.10)

View Source

Summary

Functions

await(list, timeout \\ 5000)

@spec await(list(), integer()) :: list()

callback(tasker, msg)

@spec callback(atom() | pid(), any()) :: :ok

callback(tasker, msg, callback_pid)

@spec callback(atom() | pid(), any(), pid()) :: :ok

child_spec(opts)

execute(tasker, msg)

@spec execute(atom() | pid(), any()) :: :ok

loop(c, limit, queue, hibernate_after)

start(opts \\ [])

start_link(opts \\ [])

stop(tasker)