wpool_fsm_worker
Default instance for wpool_fsm_process
Default instance for wpool_fsm_process
Functions
sync_send_event(S::name() (see module wpool), M::module(), F::atom(), A::[term()]) -> term()
Returns the result of M:F(A) from any of the workers of the pool S
send_event(S::name() (see module wpool), M::module(), F::atom(), A::[term()]) -> ok
Executes M:F(A) in any of the workers of the pool S
sync_send_all_state_event(S::name() (see module wpool), M::module(), F::atom(), A::[term()]) -> term()
Returns the result of M:F(A) from any of the workers of the pool S
send_all_state_event(S::name() (see module wpool), M::module(), F::atom(), A::[term()]) -> ok
Executes M:F(A) in any of the workers of the pool S