facebookarchive / pop

An extensible iOS and OS X animation library, useful for physics-based interactions.
Other
19.66k stars 2.88k forks source link

POPAnimator, replace OSSpinLock with dispatch_semaphore_t #347

Closed piemonte closed 7 years ago

piemonte commented 7 years ago

https://github.com/facebook/pop/issues/336

grp commented 7 years ago

Thanks! As per #321 it'd be great if this was pthread_mutex rather than dispatch_semaphore.

piemonte commented 7 years ago

@grp dang, i missed that other discussion. appreciate your time, i'll try submit new PR when i get the chance.