Respond to CR.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-07-06 17:40:37 -04:00
parent 9cbc1e6a1b
commit e3f2583b4a

View file

@ -7,7 +7,7 @@ import Foundation
// This entity has responsibility for blocking the device from sleeping if // This entity has responsibility for blocking the device from sleeping if
// certain behaviors (e.g. recording or playing voice messages) are in progress. // certain behaviors (e.g. recording or playing voice messages) are in progress.
// //
// Sleep blocking is keyed using "block objects" whose lifetime correponds to // Sleep blocking is keyed using "block objects" whose lifetime corresponds to
// the duration of the block. For example, sleep blocking during audio playback // the duration of the block. For example, sleep blocking during audio playback
// can be keyed to the audio player. This provides a measure of robustness. // can be keyed to the audio player. This provides a measure of robustness.
// On the one hand, we can use weak references to track block objects and stop // On the one hand, we can use weak references to track block objects and stop