[Diagnostics] Prevent thread explosion
AvdLee opened this issue · 1 comments
AvdLee commented
Not sure if this is actually a problem but we'll have to look into it.
Related resources:
AvdLee commented
This turns out to not be caused by Diagnostics. The thread around the log is initiated from RocketSim itself. I tried reproducing this in the Diagnostics Example app using DispatchQueue.concurrentPerform
and a regular for loop, not ending up in any issues.