buffer

v0.3.12

  • Pages
  • Modules

    buffer v0.3.12 Buffer.Read behaviour View Source

    Link to this section Summary

    Functions

    delete(name, key)
    dump_table(name)
    get(name, key)
    get(name, key, synchronize)
    reset(name)
    select(name, match_spec)
    select(name, match_spec, limit)
    start_link(state)
    sync(name)

    Callbacks

    read()

    Read function

    Link to this section Functions

    Link to this function delete(name, key) View Source
    Link to this function dump_table(name) View Source
    Link to this function get(name, key) View Source
    Link to this function get(name, key, synchronize) View Source
    Link to this function reset(name) View Source
    Link to this function select(name, match_spec) View Source
    Link to this function select(name, match_spec, limit) View Source
    Link to this function start_link(state) View Source
    Link to this function sync(name) View Source

    Link to this section Callbacks

    Link to this callback read() View Source
    read() :: [{key :: any, element :: any}]

    Read function

    Built using ExDoc (v0.16.4), designed by Friedel Ziegelmayer.