System.Reactive.Concurrency.ThreadPoolTimerExtensions
namespace System.Reactive.Concurrency
{
internal static class ThreadPoolTimerExtensions
{
public static IDisposable AsDisposable(this ThreadPoolTimer threadPoolTimer);
public static IDisposable AsDisposable(this IAsyncInfo asyncInfo);
}
}