11 #import <Foundation/Foundation.h> 20 - (instancetype _Null_unspecified) init NS_UNAVAILABLE;
21 + (instancetype _Null_unspecified) new NS_UNAVAILABLE;
22 - (instancetype _Null_unspecified) copy NS_UNAVAILABLE;
32 - (BOOL) setMaxThreadCount:(NSUInteger)maxThreadCount withError:(NSError * _Nullable * _Nullable)error;
40 - (BOOL) maxThreadCount:(NSUInteger* _Nonnull)maxThreadCount withError:(NSError * _Nullable * _Nullable)error;
51 - (BOOL) timedWait:(NSUInteger)msecs forDone:(BOOL* _Nonnull)done withError:(NSError * _Nullable * _Nullable)error;
58 - (BOOL) waitForDoneWithError:(NSError * _Nullable * _Nullable)error;
67 - (BOOL) activeThreadCount:(NSUInteger* _Nonnull)activeThreadCount withError:(NSError * _Nullable * _Nullable)error;
80 - (BOOL) setExpiryTimeout:(NSInteger)expiryTimeout withError:(NSError * _Nullable * _Nullable)error;
88 - (BOOL) expiryTimeout:(NSInteger* _Nonnull)expiryTimeout withError:(NSError * _Nullable * _Nullable)error;
Definition: ThreadPool.h:18