Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 306 Bytes

File metadata and controls

11 lines (6 loc) · 306 Bytes

Pattern: Use of WaitAll with a single task

Issue: -

Description

Using WaitAll with a single task may result in performance loss. You should await or return the task instead.

Further Reading