Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 246 Bytes

PH_S004.md

File metadata and controls

9 lines (5 loc) · 246 Bytes

PH_S004 - Fire-and-Forget Threads

Problem

Creating threads without waiting for their completion is often problematic since errors can be lost. Usually, one thread depends on the other.

Solution

Make use of the created thread objects.