qr icon indicating copy to clipboard operation
qr copied to clipboard

Add a time expiring priority queue

Open versionzero opened this issue 8 years ago • 1 comments

The purpose of this PR is to add expiring priority queue support. The current implementation only support using time as a method of expiration, but a more general method may be possible.

versionzero avatar May 23 '16 02:05 versionzero

Thanks, interesting idea!

Could you add some tests? If you'd need to do anything with time, https://github.com/spulec/freezegun can help and I'd probably be ok adding it as a test requirement if needed.

tnm avatar May 25 '16 09:05 tnm