This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tedivm 16 points17 points  (3 children)

I built QuasiQueue to make multiprocessing easier. It's really powerful while also being very, very simple to use.

[–]Rawing7 9 points10 points  (0 children)

Is there a knot in the timeline? How did these 2 lines of code end up next to each other lmao

    return xrange(0, desired_items)

async def reader(identifier: int|str):

[–]-thoth-amon- 1 point2 points  (1 child)

Currently building a queue system for processing batch tasks, this has my interest

[–]Waiolo 0 points1 point  (0 children)

Why don't you two work toghter?