Skip to content

midas/conqueuer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conqueuer

Conqueuer (pronounced like conquer) is a non-persistent Elixir work queue.

Documentation and Information

The docs can be found on the hexdocs website and further information on the hex website.

Installation

Conqueuer can be installed like:

  1. Add test to your list of dependencies in mix.exs:

    def deps do [{:conqueuer, "~> 0.5.1"}] end

  2. Ensure test is started before your application:

    def application do [applications: [:conqueuer]] end

About

An Elixir in memory work queue.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages