Andrey Kadochnikov
Andrey Kadochnikov
Just ported some changes from apple sample code
as written in comments: > // NSOperation.start() contains important logic that shouldn't be bypassed. so contradictory
Would it be a concious decision to call super start? Yes, because we see the comments about it. For me its more likely there is a mistake in documentations, but...
@Goles https://monosnap.com/file/U3ufnKyTCGVxHfIqfb7OFz5v4TBRgp.png
I think there is a docs mistake since that time when `start` had been called from the thread from which the operation was enqueued. They just forgot to remove some...
If someone missed this one. Dave DeLong: > If you’re interested in staying up-to-date with the Advanced NSOperations sample code, I’d recommend this repo: https://github.com/pluralsight/PSOperations