Gemstone.Threading.Strands Namespace

The Gemstone.Threading.Strands namespace provides classes for strands, which are FIFO based synchronized task queues, e.g., Strand and PriorityStrand.

Classes

PriorityStrand Schedules tasks in a collection of FIFO queues and executes them in priority order.
Strand Schedules tasks in a FIFO queue and executes them in a synchronized asynchronous loop.