Skip to content

Instantly share code, notes, and snippets.

View Alex-ABPerson's full-sized avatar

Alex Burrows Alex-ABPerson

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
namespace ABSoftware.ABSave.Helpers
{
/// <summary>
/// A thread-safe list that can be iterated many times at once but can't be modified at the same time.
/// </summary>