> On Feb 6, 2020, at 9:16 AM, Matt DeFoor via Cocoa-dev > <[email protected]> wrote: > > Does anyone know if it is necessary to dispatch_suspend/resume a queue or > source when sleep/wake notifications triggered in a macOS app?
I can’t imagine why you’d need to. When the computer goes to sleep, the CPU stops, so everything is implicitly suspended. —Jens _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
