Packages

The goal of resource pool (rsrc_pool) Erlang library is reduce the overhead of creating new resources by reusing of the same resources among multiple processes.

Current section

Files

Jump to
rsrc_pool rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{eunit_compile_opts, []}.
{cover_enabled, false}.
{edoc_opts, [
{def, [{version, "1.0.3"}]},
{private, false},
{title, "Resource Pool for Erlang"},
{overview, "src/overview.edoc"},
{sort_functions, false},
{stylesheet_file, "priv/my.css"},
{includes, ["include/"]}
]}.
{plugins, [rebar3_hex]}.