Packages

Simple queue client. Use mnesia for storing messages

Current section

Files

Jump to
cs_queue lib cs_queue.ex
Raw

lib/cs_queue.ex

defmodule CsQueue do
@moduledoc """
Documentation for CsQueue.
"""
@doc """
Hello world.
## Examples
iex> CsQueue.hello
:world
"""
def hello do
:world
end
end