mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Move app to a dedicated folder
This commit is contained in:
13
Telegram/Watch/Extension/SSignalKit/SThreadPoolQueue.h
Normal file
13
Telegram/Watch/Extension/SSignalKit/SThreadPoolQueue.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@class SThreadPool;
|
||||
@class SThreadPoolTask;
|
||||
|
||||
@interface SThreadPoolQueue : NSObject
|
||||
|
||||
- (instancetype)initWithThreadPool:(SThreadPool *)threadPool;
|
||||
- (void)addTask:(SThreadPoolTask *)task;
|
||||
- (SThreadPoolTask *)_popFirstTask;
|
||||
- (bool)_hasTasks;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user