GenPool behaviour (gen_pool v0.0.1)
Documentation for GenPool
.
Link to this section Summary
Link to this section Types
Link to this type
new_state()
@type new_state() :: term()
Link to this section Callbacks
@callback handle_call(request :: term(), pid(), state :: term()) :: {:reply, reply, new_state} | {:reply, reply, new_state, timeout() | :hibernate | {:continue, continue_arg :: term()}} | {:noreply, new_state} | {:noreply, new_state, timeout() | :hibernate | {:continue, continue_arg :: term()}} | {:stop, reason, reply, new_state} | {:stop, reason, new_state} when reply: term(), new_state: term(), reason: term()
Link to this callback
init(init_arg)
Link to this section Functions
Link to this function
call(gen_pool, params)
Link to this function
cast(gen_pool, params)
Link to this function