Module wpool_fsm_worker

Default instance for wpool_fsm_process

Behaviours: gen_fsm.

Authors: Felipe Ripoll.

Description

Default instance for wpool_fsm_process

Function Index

send_all_state_event/4Executes M:F(A) in any of the workers of the pool S.
send_event/4Executes M:F(A) in any of the workers of the pool S.
sync_send_all_state_event/4Returns the result of M:F(A) from any of the workers of the pool S.
sync_send_event/4Returns the result of M:F(A) from any of the workers of the pool S.

Function Details

send_all_state_event/4

send_all_state_event(S::wpool:name(), M::module(), F::atom(), A::[term()]) -> ok

Executes M:F(A) in any of the workers of the pool S

send_event/4

send_event(S::wpool:name(), 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/4

sync_send_all_state_event(S::wpool:name(), M::module(), F::atom(), A::[term()]) -> term()

Returns the result of M:F(A) from any of the workers of the pool S

sync_send_event/4

sync_send_event(S::wpool:name(), M::module(), F::atom(), A::[term()]) -> term()

Returns the result of M:F(A) from any of the workers of the pool S


Generated by EDoc, Apr 3 2017, 11:16:15.