fogfish / esq

simple persistent queues for Erlang
Apache License 2.0
56 stars 10 forks source link

Wrap a queue data structure into process. #3

Closed fogfish closed 7 years ago

fogfish commented 7 years ago

The pure data structure is usable only if queue is immutable. The usage of file descriptor make is the structure mutable. Existed API is complicated enough. The usage of Erlang process simplify the client interface.

fogfish commented 7 years ago

A feature caused api compatibility issue. Use release 1.0.1 if compatibility is an issue. The master contains a new release 2.0.0