Module wpool_worker

worker pool worker implementation.

Copyright © 2007-2013 Zuse Institute Berlin

Version: $Id$

Behaviours: gen_component.

Authors: Jan Fajerski (fajerski@zib.de).

Description

worker pool worker implementation.

Data Types

message()

message() = {work, Source :: comm:erl_local_pid(), wpool:job()}

state()

state() = {}

Function Index

init/1
on/2
start_link/1

Function Details

init/1

init(X1 :: []) -> state()

start_link/1

start_link(Options :: tuple()) -> {ok, pid()}

on/2

on(Msg :: message(), State :: state()) -> state()


Generated by EDoc, Jul 23 2015, 22:07:46.