Module achlys_pmod_worker_sup

.

Behaviours: supervisor.

Authors: Igor Kopestenski (igor.kopestenski@uclouvain.be) [web site: https://github.com/achlysproject/achlys].

Description

Data Types

task()

task() = #{name => atom(), targets => task_targets(), execution_type => task_execution_type(), function => function()}

task_execution_type()

task_execution_type() = bitstring()

task_targets()

task_targets() = [node()] | bitstring()

Function Index

start_link/0Start achlys sensor worker supervisor.

Function Details

start_link/0

start_link() -> {ok, pid()} | {error, {already_started, pid()} | {shutdown, term()} | term()}

Start achlys sensor worker supervisor.


Generated by EDoc