Packages

Put your function in a loop until the cycle (pun intended) breaks

Current section

Files

Jump to
cycle src cycle.app.src
Raw

src/cycle.app.src

{application, cycle, [
{vsn, "1.0.0"},
{applications, []},
{description, "Put your function in a loop until the cycle (pun intended) breaks"},
{modules, [cycle,
cycle@@main]},
{registered, []}
]}.