Module achlys_sup

achlys top level supervisor.

Behaviours: supervisor.

Description

achlys top level supervisor.

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

'$handle_undefined_function'/2
start_link/0Start achlys top level supervisor.

Function Details

'$handle_undefined_function'/2

'$handle_undefined_function'(Func, Args) -> any()

start_link/0

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

Start achlys top level supervisor.


Generated by EDoc