Current section
Files
Jump to
Current section
Files
src/process_waiter.app.src
{application, process_waiter, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_stdlib,
gleeunit]},
{description, "Wait for Erlang processes to exit"},
{modules, [process_waiter]},
{registered, []}
]}.