Re: [swift-users] Mutex/queue access in Swift 3

2016-09-23 Thread Adrian Zubarev via swift-users
Whops sry wrong receiver mail. :/ My bad. --  Adrian Zubarev Sent with Airmail Am 23. September 2016 um 17:51:44, Adrian Zubarev (adrian.zuba...@devandartist.com) schrieb: Do you care about the order in which your queue is filled? Do you have multiple queues - I’m asking because your serial q

[swift-users] Mutex/queue access in Swift 3

2016-09-23 Thread Ron Olson via swift-users
Hey all- I used Erica's queue example (http://ericasadun.com/2016/03/08/swift-queue-fun/) to implement a queue in a multi-threaded Swift app (quick aside, is it 'correct' to say multithreaded when using DispatchQueue?). I spawn a number of objects on a .concurrent DispatchQueue and they all t