Commit c4fdb28
Document SynchronizationContext behavior in .NET isolated worker
Add a new 'Async programming' section to the isolated worker guide that
documents:
- The isolated worker does not set a SynchronizationContext
- ConfigureAwait(false) has no practical effect in function code
- The same async/await behavior as standard .NET console/ASP.NET Core apps
- A note about Durable Functions orchestrator threading constraints
Addresses Azure/azure-functions-dotnet-worker#1520
Co-authored-by: Copilot <[email protected]>1 parent c743155 commit c4fdb28
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
599 | 608 | | |
600 | 609 | | |
601 | 610 | | |
| |||
0 commit comments