chilts / mongodb-queue

Message queues which uses MongoDB.
209 stars 92 forks source link

Adding support for promises #35

Open ScopiCisco opened 3 years ago

ScopiCisco commented 3 years ago

I attempted to match the style of the current code. Updated the main code to support Promises if callback is not present. Also added async unit tests as well.