worker_pool
▼
Project version
v6.4.0
v6.3.0
v6.2.0
v6.1.0
v6.0.1
v6.0.0
v5.1.0
v5.0.0
v4.0.3
v4.0.1
v4.0.0
v3.2.0
v3.1.1
v3.1.0
v3.0.0
v2.3.0
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.1
v2.0.0
v1.1.0
v1.0.4
v1.0.3
Pages
Modules
API Reference
Modules
Worker Pool
Abstract
Installation
Documentation
Examples
Benchmarks
Contact Us
Requirements
LICENSE
wpool
Sections
Starting the application
Starting a Pool
Stopping a Pool
Using the Workers
Watching a Pool
Summary
Types
callbacks/0
custom_strategy/0
enable_callbacks/0
max_overrun_warnings/0
name/0
option/0
options/0
overrun_handler/0
overrun_warning/0
pool_sup_intensity/0
pool_sup_period/0
pool_sup_shutdown/0
queue_type/0
run/1
stats/0
strategy/0
supervisor_strategy/0
worker/0
worker_opt/0
worker_shutdown/0
worker_stats/0
workers/0
Functions
broadcall/3
broadcast/2
call/2
call/3
call/4
cast/2
cast/3
child_spec/2
default_strategy/0
get_workers/1
run/2
run/3
run/4
send_request/2
send_request/3
send_request/4
start/0
start_pool/1
start_pool/2
start_sup_pool/1
start_sup_pool/2
stats/0
stats/1
stop/0
stop_pool/1
stop_sup_pool/1
wpool_pool
Summary
Types
wpool/0
Functions
add_callback_module/2
best_worker/1
broadcall/3
broadcast/2
call_available_worker/3
cast_to_available_worker/2
find_wpool/1
get_workers/1
hash_worker/2
next/2
next_available_worker/1
next_worker/1
random_worker/1
remove_callback_module/2
run_with_available_worker/3
send_request_available_worker/3
start_link/2
stats/0
stats/1
worker_name/2
wpool_get/2
wpool_process_callbacks
Summary
Types
event/0
state/0
Callbacks
handle_init_start/1
handle_worker_creation/1
handle_worker_death/2
Functions
add_callback_module/2
notify/3
remove_callback_module/2
wpool_process_sup
wpool_utils
Summary
Functions
add_defaults/1
task_end/1
task_init/2
wpool_worker
Summary
Types
from/0
state/0
Functions
call/4
cast/4
Search documentation of worker_pool
Settings
View Source
wpool_process_sup
(worker_pool v6.4.0)
This is the supervisor that supervises the
gen_server
workers specifically.
×