Skip to content

A simple FIFO Queue, with optional prioritisation

Notifications You must be signed in to change notification settings

jackmarchant/pex_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PexQueue

A Queue that uses the First In, First Out (FIFO) method, unless provided with a function to prioritise items.

Installation

If available in Hex, the package can be installed by adding pex_queue to your list of dependencies in mix.exs:

def deps do
  [
    {:pex_queue, "~> 0.1.0"}
  ]
end

Documentation

See documentation on PexQueue HexDocs

About

A simple FIFO Queue, with optional prioritisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages