Behaviours: supervisor.
child() = undefined | pid()
| add_crawler/2 | |
| init/1 | |
| start_crawler/1 | |
| start_link/0 | |
| stop_crawler/1 |
init(X1) -> any()
start_crawler(Name::term()) -> ok
start_link() -> {ok, pid()} | ignore | {error, term()}
stop_crawler(Name::term()) -> ok
Generated by EDoc