amnesiac/write

Types

pub type WriteLock {
  Write
  StickyWrite
}

Constructors

  • Write
  • StickyWrite

Functions

pub fn delete(
  table: Table,
  key key: a,
  with lock: WriteLock,
) -> Nil
pub fn delete_object(
  table: Table,
  record value: a,
  with lock: WriteLock,
) -> Nil
pub fn write(
  table: Table,
  record value: a,
  with lock: WriteLock,
) -> Nil
Search Document