zenangst/Spots

Use Swift 3 DispatchQueue

onmyway133 opened this issue · 0 comments

We've been using SpotsDispatchQueue for long time now https://github.com/hyperoslo/Spots/blob/master/Sources/Shared/Structs/GrandCentralDispatch.swift, but as Foundation in Swift 3 has a dedicated support for GCD with DispatchQueue, we can just use the native ones instead