SerialQueue icon indicating copy to clipboard operation
SerialQueue copied to clipboard

C# Implementation of a SerialQueue in the style of Apple's Grand Central Dispatch queues

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

Hello! I came across this library while searching for a way to run tasks in a serial fashion to avoid any concurrency issues in my application. It looks like it...