Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 228 Bytes

File metadata and controls

17 lines (10 loc) · 228 Bytes

QueueServer with Qlib. A general purpose FIFO queue.

An OTP application

Build

$ rebar3 compile

Test

$ rebar3 eunit

Master uses Ranch, the other branch is without Ranch with a hand made solution.