Async scheduled work creates implicit child state machines, almost always must be reified so we can see/affect interactions with parent.
Conversation
So is that a reason to use NSOperation only, or to define a custom state machine to use with every dispatch_async call?
1
Replying to
Depends on your needs, I think, but operations are a decent abstraction. Signals, too.

