Skip to content

Commit

Permalink
Move ConcurrentExclusiveSchedulerPair to shared CoreLib partition (#1…
Browse files Browse the repository at this point in the history
…7914)

Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
  • Loading branch information
jkotas authored and stephentoub committed May 8, 2018
1 parent 7a1007f commit 130c513
Show file tree
Hide file tree
Showing 2 changed files with 751 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\SendOrPostCallback.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\SpinWait.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\SynchronizationLockException.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\Tasks\ConcurrentExclusiveSchedulerPair.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\Tasks\TaskCanceledException.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\Tasks\TaskCompletionSource.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\Tasks\TaskExtensions.cs" />
Expand Down
Loading

0 comments on commit 130c513

Please sign in to comment.