Packages

Mutable references that can be concurrently accessed, based on ETS tables

Current section

Files

Jump to
cell src cell.app.src
Raw

src/cell.app.src

{application, cell, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "Mutable references that can be concurrently accessed, based on ETS tables"},
{modules, [cell,
cell@@main,
cell_ffi]},
{registered, []}
]}.