Replies: 1 comment 1 reply
-
A thread pool and synchronization context do different things. That aside, generally you don't want or need to create your own thread pool - usually you'd create and use a |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Now we cannot use own pools as default and name "SynchronizationContext" means nothing in pooling context. I mean, if somebody who trying to learn how to work with threads and threads pooling see SynchronizationContext, no one will say: "ahh, this is abstraction layer for accessing some ThreadPool, ok". No. SyncContext is some place.... where what? I should synchronize some context with who?
Beta Was this translation helpful? Give feedback.
All reactions