joncrlsn/dque

Question: single process?

dwoske opened this issue · 1 comments

This is intended to work within a single process, true? That is, could one push items into the queue from one process and read from the queue by one or more workers?

Yes, this is thread-safe so you can have separate reader and writer threads/processes/goroutines.