You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.'
The text was updated successfully, but these errors were encountered:
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.'
The text was updated successfully, but these errors were encountered: