Current section
Files
Jump to
Current section
Files
src/crew.app.src
{application, crew, [
{vsn, "2.0.0"},
{applications, [gleam_deque,
gleam_erlang,
gleam_otp,
gleam_stdlib]},
{description, "An asynchronous task pool with limited concurrency"},
{modules, [crew,
crew@@main,
crew@task_pool,
crew_ffi]},
{registered, []}
]}.