FileQueue icon indicating copy to clipboard operation
FileQueue copied to clipboard

A thread-safe queue which queues items on disk, with an optional in memory buffer. Can put and get any pickle-able object into a buffer of a specified size (optional), any overflow will get put to a g...

Results 1 FileQueue issues
Sort by recently updated
recently updated
newest added

I'm using this filequeue in a video streaming application that puts frames of a video onto the queue and then process them real-time. The issue is the filequeue is not...