Skip to content

Instantly share code, notes, and snippets.

@briannipper
briannipper / ConcurrentQueueExample.cs
Created November 1, 2018 14:56
Example of working with ConcurrentQueue<T>
using System;
using System.Collections.Concurrent;
namespace ConcurrentQueueExample
{
class Program
{
static void Main(string[] args)
{
using System;
using System.Collections.Generic;
namespace Example.EnsureInitialized
{
class Program
{
static void Main(string[] args)
{
var configurationService = new ConfigurationService();