Move some Task related files to shared CoreLib partition (dotnet/coreclr#21650)
authorJan Kotas <jkotas@microsoft.com>
Sat, 22 Dec 2018 18:01:00 +0000 (10:01 -0800)
committerGitHub <noreply@github.com>
Sat, 22 Dec 2018 18:01:00 +0000 (10:01 -0800)
commit3f678bef3cb9b8fa939aaf5c49dc4e1a74ddf58d
tree033e6be9da37e4ddb115e546ca960f1cdd5809a6
parent8563207efcb9e44ae3a23dac16bc022487e716d3
Move some Task related files to shared CoreLib partition (dotnet/coreclr#21650)

Commit migrated from https://github.com/dotnet/coreclr/commit/dc3f080b89b7d3c85afdb8b6d2b9086363c48c14
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenRegistration.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/CancellationTokenRegistration.cs with 97% similarity]
src/libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenSource.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/CancellationTokenSource.cs with 99% similarity]
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Future.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/Tasks/future.cs with 99% similarity]
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ProducerConsumerQueues.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/Tasks/ProducerConsumerQueues.cs with 100% similarity]
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskExceptionHolder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/Tasks/TaskExceptionHolder.cs with 86% similarity]
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskScheduler.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/Tasks/TaskScheduler.cs with 95% similarity]
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ThreadPoolTaskScheduler.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/Tasks/ThreadPoolTaskScheduler.cs with 97% similarity]