System.Data.Unqlite icon indicating copy to clipboard operation
System.Data.Unqlite copied to clipboard

How to use System.Data.Unqlite to implement FIFO queue, thread safe?

Open LeMoussel opened this issue 10 years ago • 0 comments

Is it possible to use System.Data.Unqlite to implement FIFO queue, thread safe? In my C# Project, I have many threads popping from the queue, and pushing into the queue. Each object in the queue is a string.

LeMoussel avatar Nov 14 '15 09:11 LeMoussel