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() = {}
start_gen_component/5 | |
init/1 | |
start_link/1 | |
on/2 |
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, Aug 2 2016, 13:43:25.