NUnit.Framework.Internal.Execution.EventQueue
Implements a queue of work items for the Event type each of which
is queued as a WaitCallback.
namespace NUnit.Framework.Internal.Execution
{
public sealed class EventQueue : EventQueue<Event>
{
public EventQueue();
}
}