Poolder (Poolder v0.1.10)

View Source

Documentation for Poolder.

Summary

Functions

Calls a function on a pooler process.

Functions

call(pid, data, timeout)

@spec call(any(), any(), any()) :: any()
@spec call(pid(), any(), integer()) :: {:error, any()} | any()

Calls a function on a pooler process.

Examples

iex> Poolder.call(pid, data, 1000)
{:ok, result}