esq icon indicating copy to clipboard operation
esq copied to clipboard

Length of the queue

Open fogfish opened this issue 8 years ago • 2 comments

A function -spec esq:length(_) -> integer() is a nice feature. There are no rocket science to make it for in-memory queue. However, the file queue requires persistency of counter that would cause extra unnecessary disk I/O.

Alternative option `-spec esq:empty(_) -> true | false.'

fogfish avatar Sep 02 '17 08:09 fogfish

@silviucpp any thought ?

fogfish avatar Sep 02 '17 08:09 fogfish

Your alternative is good enough :)

silviucpp avatar Sep 02 '17 12:09 silviucpp