no message

This commit is contained in:
Peter Iakovlev
2018-02-23 20:28:31 +04:00
parent 6bffa09f0e
commit d36e7e3a6e
180 changed files with 4220 additions and 1001 deletions

View File

@@ -100,7 +100,7 @@ final class SoftwareVideoLayerFrameManager {
self.polling = true
let maxPts = self.maxPts
self.queue.addTask(ThreadPoolTask { [weak self] state in
if state.cancelled {
if state.cancelled.with({ $0 }) {
return
}
if let strongSelf = self {