carpenter/table
Generic operations on every table type.
Types
Functions
pub fn give_away(
table: Table(a, b),
pid: Pid,
gift_data: c,
) -> Nil
Give the table to another process.
Generic operations on every table type.
pub fn give_away(
table: Table(a, b),
pid: Pid,
gift_data: c,
) -> Nil
Give the table to another process.