Copyright © 2007-2015 Zuse Institute Berlin
Version: $Id$
Behaviours: gen_component.
Authors: Jan Fajerski (fajerski@zib.de).
message() = {work, Source :: comm:erl_local_pid(), wpool:job()}
state() = {}
| init/1 | |
| on/2 | |
| start_gen_component/5 | |
| start_link/1 |
start_gen_component(Module :: module(),
Handler :: gen_component:handler(),
Args :: term(),
Options :: [gen_component:option()],
Self :: pid()) ->
no_return() | ok
init(X1 :: []) -> state()
start_link(Options :: tuple()) -> {ok, pid()}
Generated by EDoc, Feb 29 2016, 16:12:21.