ETSBuffer.Server (ETSBuffer v0.2.1) View Source

A server implementation which wraps ETSBuffer.

Provides serialized writes and concurrent reads.

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

delete(server, sort_key)

View Source
Link to this function

handle_continue(atom, state)

View Source

Callback implementation for GenServer.handle_continue/2.

Callback implementation for GenServer.init/1.

Link to this function

push(server, sort_key, event)

View Source