Repo created
This commit is contained in:
parent
81b91f4139
commit
f8c34fa5ee
22732 changed files with 4815320 additions and 2 deletions
|
|
@ -0,0 +1,19 @@
|
|||
//
|
||||
// SQueueLocalObject.h
|
||||
// SSignalKit
|
||||
//
|
||||
// Created by Mikhail Filimonov on 13.01.2021.
|
||||
// Copyright © 2021 Telegram. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "SQueue.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface SQueueLocalObject : NSObject
|
||||
-(id)initWithQueue:(SQueue *)queue generate:(id (^)(void))next;
|
||||
-(void)with:(void (^)(id object))f;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue