Avatar
omochimetaru 6/13/2018 5:20 AM
https://developer.apple.com/documentation/foundation/operation#1661262
The default implementation of NSOperation includes checks for cancellation. For example, if you cancel an operation before its start() method is called, the start() method exits without starting the task.
5:21 AM
Operationのstartが呼ばれる前にcancelされた場合、デフォルト実装ではタスクを開始せずに終了する、と読みました