Packages

Worker pool library from LearnYouSomeErlang

Current section

Files

Jump to
ppool rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
% {config, "config/sys.config"},
{apps, [ppool]}
]}.