System.Data.Unqlite
System.Data.Unqlite copied to clipboard
How to use System.Data.Unqlite to implement FIFO queue, thread safe?
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.