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
Node version was tested using v7.1.0 so be aware that older versions may not work yet.
TODOs
Error Handling
Stress test
Investigate Node.js version restrictions
How to run it you ask?
constQueue=require('queuer');constqueue=newQueue();queue.enq(1);queue.deq();// returns value 1queue.peek();// returns next value to be dequeuedqueue.size();