c# - Implementing multiple instances of a concurrent queue -


i'm trying work .net concurrentqueue i'm having trouble. situation i'm trying accomplish.

when application loads load queue 1000 objects. when user clicks button take first object in queue....do work...and pass item next queue. queues go in order when queue1 done pass on queue2, , queue2 queue3 etc.

i can have upto 100 queues.

i thought concurrentqueue best way this, however, i'm not sure how go this.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -