Встреча №8. nsthread и nsoperation на практике, Михаил Вайсман

Post on 20-Jun-2015

194 Views

Category:

Software

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

Доклад Михаила Вайсмана на CocoaHeads Moscow

TRANSCRIPT

NSThread и NSOperation на практике

Микродоклад

Михаил Вайсман, REDMADROBOT

[operation start];

Спасибо за внимание ;)

https://github.com/vaivaikitay/RoboReader

Pthread

Grand Central Dispatch

NSOperation

isReady isExecuting isFinished isCanceled

NSOperation:

NSOperationQueue

setMaxConcurrentOperationCount

queuePriority

threadPriority

@synchronized( ) {

...

}

https://github.com/vaivaikitay/RoboReader

top related