Skip to content

LocalContext/ClientContext #3938

Discussion options

You must be logged in to vote

If you actually create threads (like Task.Run), it is up to you to flow any context to the new thread.

Normal async/await constructs don't actually create threads, so generally no extra work is required. But Task.Run (or shudder new Thread are a whole other matter).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rockfordlhotka
Comment options

Answer selected by ajohnstone-ks
@ajohnstone-ks
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants