alephcloud / hs-yet-another-logger

Haskell logging framework with a focus on flexibility and performance
Other
5 stars 4 forks source link

Queue abstraction #26

Closed larskuhtz closed 9 years ago

larskuhtz commented 9 years ago

This resolved issue #6.

This PR also introduces an abstract queue API which will allow us to more easily test and benchmark different queue implementations.