Replace pthread specifics with C11 thread-local variables (#811)

* Replace pthread specifics with C11 thread-local variables for speed and safety

* Increment changelog
This commit is contained in:
Adlai Holler
2018-02-28 12:42:30 -08:00
committed by GitHub
parent 6b57b1cf1a
commit a1055254f7
6 changed files with 17 additions and 54 deletions

View File

@@ -15,8 +15,6 @@
// http://www.apache.org/licenses/LICENSE-2.0
//
#import <pthread.h>
#import <AsyncDisplayKit/ASBlockTypes.h>
#import <AsyncDisplayKit/ASDisplayNode.h>