Copyright | (c) Tim Watson 2012 - 2013 |
---|---|
License | BSD3 (see the file LICENSE) |
Maintainer | Tim Watson <watson.timothy@gmail.com> |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell98 |
Control.Distributed.Process.Extras.Internal.Queue.SeqQ
Description
A simple FIFO queue implementation backed by Data.Sequence
.