alex-petrenko / faster-fifo

Faster alternative to Python's multiprocessing.Queue (IPC FIFO queue)
MIT License
179 stars 29 forks source link

Missing .join() queue functionallity and .task_done() #23

Open folkien opened 3 years ago

folkien commented 3 years ago

Like in a title - Missing .join() queue functionallity and .task_done()

alex-petrenko commented 3 years ago

Hi @folkien Thank you for submitting this. I believe this is a functionality of JoinableQueue. Should be possible to do it using a wrapper around the regular faster-fifo Queue. Contributions are welcome!

github-actions[bot] commented 3 years ago

This issue is stale because it has been open for 30 days with no activity.