View Source SuperCache.Internal.Queue (SuperCache v0.6.1)

Summary

Functions

receives data then store in queue.

gets data from queue

Functions

add(pid, data)

@spec add(atom() | pid() | port() | reference() | {atom(), atom()}, any()) :: any()

receives data then store in queue.

get(pid)

gets data from queue

start(name)

stop(pid)