Packages

Check for stale (NFS) files/directories without locking up all file IO.

Current section

Files

Jump to
safeio src safeio.app.src
Raw

src/safeio.app.src

{application,safeio,
[{description,"Stat files/directories without locking up all file IO in case the underlying file system becomes unresponsive... (yes, I am looking at you, NFS)."},
{vsn,"0.1.3"},
{registered,[safeio_sup]},
{mod,{safeio_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Sven Heyll <svh@posteo.de>"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/lindenbaum/safeio"}]}]}.