System.Reactive.Concurrency.ConcurrencyAbstractionLayer
(Infrastructure) Concurrency abstraction layer.
namespace System.Reactive.Concurrency
{
internal static class ConcurrencyAbstractionLayer
{
public static IConcurrencyAbstractionLayer Current { get; }
}
}