Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 267 Bytes

PH_S033.md

File metadata and controls

9 lines (5 loc) · 267 Bytes

PH_S033 - Fire-and-Forget Tasks

Problem

Creating tasks without waiting for their completion is often problematic since errors can be lost (wrapped in the task object). Usually, one task depends on the other.

Solution

Make use of the created task objects.