View Source locus_filesystem_store (locus v2.3.9)

Stores a file in the filesystem without blocking the caller

Summary

Types

-type msg() :: {finished, success} | {finished, {error, term()}}.
-type path() :: nonempty_string().
-opaque state()