Skip to content

Commit

Permalink
Add full lock task queue (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn authored and michaelstaib committed May 19, 2020
1 parent 5b1df16 commit 94690de
Show file tree
Hide file tree
Showing 8 changed files with 516 additions and 205 deletions.
25 changes: 20 additions & 5 deletions src/HotChocolate/Core/HotChocolate.Core.sln
Expand Up @@ -59,15 +59,17 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Validation.Tes
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmark", "benchmark", "{A1F4B2A9-E0EA-4D8C-B76C-38F034C2E8DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Validation.Benchmarks", "benchmark\Validation.Benchmarks\HotChocolate.Validation.Benchmarks.csproj", "{44517954-6231-4EE3-9F50-298C0EBFCDF5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Validation.Benchmarks", "benchmark\Validation.Benchmarks\HotChocolate.Validation.Benchmarks.csproj", "{44517954-6231-4EE3-9F50-298C0EBFCDF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Utilities.Introspection", "..\Utilities\src\Utilities.Introspection\HotChocolate.Utilities.Introspection.csproj", "{39592692-847D-49F0-97DE-3F2F21677319}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Utilities.Introspection", "..\Utilities\src\Utilities.Introspection\HotChocolate.Utilities.Introspection.csproj", "{39592692-847D-49F0-97DE-3F2F21677319}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Tests.Utilities", "test\Utilities\HotChocolate.Tests.Utilities.csproj", "{E2574A41-D9BF-4071-84D0-DB0F6D1148EE}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Tests.Utilities", "test\Utilities\HotChocolate.Tests.Utilities.csproj", "{E2574A41-D9BF-4071-84D0-DB0F6D1148EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Execution.Tests", "test\Execution.Tests\HotChocolate.Execution.Tests.csproj", "{1D3C84AE-2818-4873-A222-BE6D329E850D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Execution.Tests", "test\Execution.Tests\HotChocolate.Execution.Tests.csproj", "{1D3C84AE-2818-4873-A222-BE6D329E850D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Execution.Benchmarks", "benchmark\Execution.Benchmarks\HotChocolate.Execution.Benchmarks.csproj", "{5B8D9924-2FE9-44EC-9584-D3ABCE87534B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Execution.Benchmarks", "benchmark\Execution.Benchmarks\HotChocolate.Execution.Benchmarks.csproj", "{5B8D9924-2FE9-44EC-9584-D3ABCE87534B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Fetching", "src\Fetching\HotChocolate.Fetching.csproj", "{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -427,6 +429,18 @@ Global
{5B8D9924-2FE9-44EC-9584-D3ABCE87534B}.Release|x64.Build.0 = Release|Any CPU
{5B8D9924-2FE9-44EC-9584-D3ABCE87534B}.Release|x86.ActiveCfg = Release|Any CPU
{5B8D9924-2FE9-44EC-9584-D3ABCE87534B}.Release|x86.Build.0 = Release|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Debug|x64.ActiveCfg = Debug|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Debug|x64.Build.0 = Debug|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Debug|x86.Build.0 = Debug|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Release|Any CPU.Build.0 = Release|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Release|x64.ActiveCfg = Release|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Release|x64.Build.0 = Release|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Release|x86.ActiveCfg = Release|Any CPU
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -461,6 +475,7 @@ Global
{E2574A41-D9BF-4071-84D0-DB0F6D1148EE} = {7462D089-D350-44D6-8131-896D949A65B7}
{1D3C84AE-2818-4873-A222-BE6D329E850D} = {7462D089-D350-44D6-8131-896D949A65B7}
{5B8D9924-2FE9-44EC-9584-D3ABCE87534B} = {A1F4B2A9-E0EA-4D8C-B76C-38F034C2E8DC}
{3ED68361-0D3D-45F5-8A83-444DD3D5C1BF} = {37B9D3B1-CA34-4720-9A0B-CFF1E64F52C2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4D94C77-6657-4630-9D42-0A9AC5153A1B}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 94690de

Please sign in to comment.