As a current workaround, as I just found out, you can apparently just nil the dispatcher yourself before the threads join:
`getGlobalDispatcher(nil)` That gets rid of all leaks related to the dispatcher that I had so far.
As a current workaround, as I just found out, you can apparently just nil the dispatcher yourself before the threads join:
`getGlobalDispatcher(nil)` That gets rid of all leaks related to the dispatcher that I had so far.