Current section
Files
Jump to
Current section
Files
src/working_actors.app.src
{application, working_actors, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib]},
{description, "A library which spawns workers to run a function in parallel."},
{modules, [working_actors,
working_actors@@main]},
{registered, []}
]}.