Alex Marchant

Results 2 comments of Alex Marchant

Same problem here. It can be easily reproduced by creating a protocol for the DispatchQueue method(s). ``` protocol DispatchQueueProtocol { func async(group: DispatchGroup?, qos: DispatchQoS, flags: DispatchWorkItemFlags, execute work: @escaping...

@nalexn thank you for the information, I did get it working with what you mentioned. My custom `find` function now looks like this (ugly, but it covers the basis of...