Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 243 Bytes

PH_S020.md

File metadata and controls

9 lines (5 loc) · 243 Bytes

PH_S020 - Awaiting Synchronous Task Completions

Problem

The creation of synchronously completing task objects solely to await them is pointless.

Solution

Do not create completed tasks to await them. Use a synchronous flow instead.