Current section

Files

Jump to
worker_pool src worker_pool.app.src
Raw

src/worker_pool.app.src

{application,worker_pool,
[{description,"Erlang Worker Pool"},
{vsn,"6.5.1"},
{id,"worker_pool"},
{registered,[]},
{modules,[]},
{applications,[kernel,stdlib]},
{mod,{wpool,[]}},
{env,[]},
{licenses,["Apache2"]},
{links,[{"GitHub","https://github.com/inaka/worker_pool"},
{"Blog Post",
"https://web.archive.org/web/20170602054156/https://inaka.net/blog/2014/09/25/worker-pool/"}]},
{build_tools,["rebar3"]}]}.