#import @interface SThreadPoolTask : NSObject - (instancetype)initWithBlock:(void (^)(bool (^)()))block; - (void)execute; - (void)cancel; @end