mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-16 19:52:53 +00:00
Made scheduler internal
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Sharp7.Rx.Basics
|
|||||||
/// running on top of the ThreadPool.
|
/// running on top of the ThreadPool.
|
||||||
/// from http://msdn.microsoft.com/en-us/library/ee789351.aspx
|
/// from http://msdn.microsoft.com/en-us/library/ee789351.aspx
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class LimitedConcurrencyLevelTaskScheduler : TaskScheduler
|
internal class LimitedConcurrencyLevelTaskScheduler : TaskScheduler
|
||||||
{
|
{
|
||||||
/// <summary>Whether the current thread is processing work items.</summary>
|
/// <summary>Whether the current thread is processing work items.</summary>
|
||||||
[ThreadStatic] private static bool currentThreadIsProcessingItems;
|
[ThreadStatic] private static bool currentThreadIsProcessingItems;
|
||||||
|
|||||||
Reference in New Issue
Block a user