You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, I want to make sure we don't expose a half-baked solution that fails to meet some key requirements, such as allowing user-space pooling. At the very least, we need to make sure we learn from past attempts. This is a very hard problem to get right.
https://docs.microsoft.com/en-us/dotnet/standard/parallel-programming/attached-and-detached-child-tasks#cancellation-and-child-tasks says that .NET's cancellation system doesn't provide anything like
scheduler.currentTaskSignal
for getting the currentTask
's cancelation token. This may be evidence that it's not needed, or there may be evidence out on the web that .NET developers find this frustrating. It'd be good to figure out which way that evidence goes.The text was updated successfully, but these errors were encountered: