nova_watcher (nova v0.14.3)

View Source

Summary

Functions

async_cast(Cmd)

async_cast(Cmd, Options)

async_cast(Application, Cmd, Options)

async_cast(Application, Cmd, Args, Options)

start_link()

-spec start_link() ->
                    {ok, Pid :: pid()} |
                    {error, Error :: {already_started, pid()}} |
                    {error, Error :: term()} |
                    ignore.

Starts the server

stop()