View Source MpvJsonIpc (mpv_json_ipc v0.1.0)

Utilities.

Link to this section Summary

Functions

Blocks until the library is fully loaded.

Checks whether the library is fully loaded.

Returns a list of running supervisors.

Link to this section Functions

Blocks until the library is fully loaded.

See Properties and commands.

Checks whether the library is fully loaded.

See Properties and commands.

Returns a list of running supervisors.

examples

Examples

iex> MpvJsonIpc.Mpv.Sup.start_link()
{:ok, #PID<0.2884.0>}
iex> MpvJsonIpc.running_sups()
[{"Elixir.MpvJsonIpc.Mpv.Sup114384777898228", #PID<0.2884.0>}]