Current section
Files
Jump to
Current section
Files
src/timed_buffer.app.src
{application,timed_buffer,
[{description,"Buffer that flushes automatically after some time or number of inserts"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/odo/timed_buffer"}]}]}.