Behaviours: supervisor.
Authors: Igor Kopestenski (igor.kopestenski@uclouvain.be) [web site: https://github.com/achlysproject/achlys].
task() = #{name => atom(), targets => task_targets(), execution_type => task_execution_type(), function => function()}
task_execution_type() = bitstring()
task_targets() = [node()] | bitstring()
start_link/0 | Start achlys sensor worker supervisor. |
start_link() -> {ok, pid()} | {error, {already_started, pid()} | {shutdown, term()} | term()}
Start achlys sensor worker supervisor.
Generated by EDoc