Authors: Felipe Ripoll (ferigis@gmail.com).
add_defaults/1 | Adds default parameters to a pool configuration. |
task_end/1 | Removes the current task from the worker. |
task_init/2 | Marks Task as started in this worker. |
add_defaults(Opts::[wpool:option()]) -> [wpool:option()]
Adds default parameters to a pool configuration
task_end(TimerRef::undefined | reference()) -> ok
Removes the current task from the worker
task_init(Task::term(), X2::#{overrun_warning := timeout(), term() => term()}) -> undefined | reference()
Marks Task as started in this worker
Generated by EDoc