Module treewalker_crawlers_sup

Behaviours: supervisor.

Data Types

child()

child() = undefined | pid()

Function Index

add_crawler/2
init/1
start_crawler/1
start_link/0
stop_crawler/1

Function Details

add_crawler/2

add_crawler(Name::term(), Custom::map()) -> {ok, child()} | {ok, child(), term()} | {error, term()}

init/1

init(X1) -> any()

start_crawler/1

start_crawler(Name::term()) -> ok

start_link/0

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

stop_crawler/1

stop_crawler(Name::term()) -> ok


Generated by EDoc