Update the comments
This commit is contained in:
parent
bc164d6369
commit
f1b5e94799
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue