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_event/4Executes M:F(A) in 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_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_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, May 26 2016, 14:35:35.