Packages

Buffer that flushes automatically after some time or number of inserts

Current section

Files

Jump to
timed_buffer src timed_buffer.app.src
Raw

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"}]}]}.