Перейти к основному содержанию
Zoro
Вопросы
Таймер
Резервное копирование
Главная
/
🅰️ C#
/
Вопросы 162
C#:
What is ConfigureAwait?
🎯
Режим фокуса
162
🅰️
C#
🌱 junior
Снять отметку
What is ConfigureAwait?
ConfigureAwait
— context control.
csharp
Копировать
1
await task.ConfigureAwait(false);
false — no context.
Better performance.
Больше вопросов по C#
What is C# and what is it used for?
What is the .NET ecosystem?
What is the difference between .NET Framework, .NET Core, and .NET 5+?
What is CLR (Common Language Runtime)?
What is the difference between value types and reference types in C#?
What is the difference between async Task and async void?
What is the difference between Task.WhenAll and Task.WhenAny?
Назад к категории C#