Module wpool_utils

Common functions for wpool_process and other modules.

Authors: Felipe Ripoll (ferigis@gmail.com).

Description

Common functions for wpool_process and other modules.

Function Index

notify_queue_manager/3
task_end/1Removes the current task from the worker.
task_init/4Marks Task as started in this worker.

Function Details

notify_queue_manager/3

notify_queue_manager(Function::atom(), Name::atom(), Options::list()) -> ok | any()

task_end/1

task_end(TimerRef::undefined | reference()) -> ok

Removes the current task from the worker

task_init/4

task_init(Task::term(), TimeChecker::atom(), OverrunTime::infinity | pos_integer(), MaxWarnings::infinity | pos_integer()) -> undefined | reference()

Marks Task as started in this worker


Generated by EDoc