Skip to content

Priority Queue#11

Open
jponf wants to merge 9 commits intokushaldas:mainfrom
jponf:priority_queue
Open

Priority Queue#11
jponf wants to merge 9 commits intokushaldas:mainfrom
jponf:priority_queue

Conversation

@jponf
Copy link

@jponf jponf commented Dec 21, 2015

Hi,

I've been working in a personal project, where I have written a priority queue based on retask's Queue, and I thought that some users may find it useful.

I have tried to adapt what I have to retask's structure (removing unnecessary functionality, etc) and style, but for some functionality I needed to update the versions of the required python packages.

One last comment, in the wait function I have used the time module to adjust the wait_time when necessary (my project does not require timeouts). I don't usually have this requirements on my projects and I'm not aware if there is a better solution or an equivalent to time.monotonic() in python 2.

@jponf jponf closed this May 2, 2016
@jponf jponf reopened this Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant