Update the comments

This commit is contained in:
DreamPiggy 2018-03-31 22:08:27 +08:00
parent bc164d6369
commit f1b5e94799
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
@interface SDWebImagePrefetchToken () {
@public
// Though current implementation, `SDWebImageManager` completion block is always on main queue. But however, there is no guarantee in docs. And we may introduce config to specify custom queue in the future.
// These value are just used as incrementing counter, keep thread-safe using memory_order_relaxed for performance.
atomic_ulong _skippedCount;
atomic_ulong _finishedCount;