-
Update thread-safe implementation of 'state' to use atomic property. · 92a77a84
- remove the need for using NSLock to update `state` - remove the need for using NSLock to update `currentTask` - add KVO dependencies from `state` -> `isFinished` & `isExecuting`
Dima Bart authored
×