Replies: 1 comment 2 replies
Yes, the BOTR was written for .NET Framework in the past. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was just reading the threading chapter of the Book of the Runtime, and in the Synchronization: Native section, I came across the following:
I've never heard of an "ITaskHost API" (or any API for that matter) that allows a host to override managed threading behavior as described here. Both a Google search and a GitHub search of
dotnet/runtimeyielded nothing interesting, aside from references to this BotR chapter andMicrosoft.Build.Framework.ITaskHost, which definitely isn't what this passage is referring to.Can anyone shed some light on this? Was the author potentially referring to
IHostTaskorIHostTaskManagerfrom the old .NET Framework unamanged hosting interfaces? If so, perhaps this section of the chapter should be corrected and/or clarified.All reactions