tag
async▌
12 indexed skills · max 10 per page
skills (12)
gpui-async
longbridge/gpui-component · Frontend
GPUI provides integrated async runtime for foreground UI updates and background computation.
csharp-async
github/awesome-copilot · Productivity
Best practices guide for C# asynchronous programming patterns and pitfalls. \n \n Covers naming conventions (Async suffix), return types (Task, ValueTask, avoid void), and exception handling strategies including ConfigureAwait and Task.FromException \n Highlights performance optimization techniques: Task.WhenAll for parallel execution, Task.WhenAny for timeouts, and cancellation token usage \n Documents critical pitfalls to avoid: blocking calls like .Wait() and .Result, async void methods outsi