buffer

v0.3.12

  • Pages
  • Modules

    buffer v0.3.12 Buffer.Sync behaviour View Source

    Link to this section Summary

    Functions

    add(name, element)
    delete(name, element)
    reset(name)
    start_link(state)
    sync(name)

    Callbacks

    read(list)

    Read function

    write(list)

    Write function

    Link to this section Functions

    Link to this function add(name, element) View Source
    Link to this function delete(name, element) View Source
    Link to this function reset(name) 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(list) View Source
    read([any]) :: [any]

    Read function

    Link to this callback write(list) View Source
    write([any]) :: any

    Write function

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