You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Source/PINOperationQueue.h
-4
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,6 @@ PINOP_SUBCLASSING_RESTRICTED
57
57
*
58
58
* @param operation The operation object to be added to the queue.
59
59
* @param priority The execution priority of the operation in an operation queue.
60
-
*
61
-
* @discussion
62
60
*/
63
61
- (id <PINOperationReference>)scheduleOperation:(dispatch_block_t)operationwithPriority:(PINOperationQueuePriority)priority;
64
62
@@ -71,8 +69,6 @@ PINOP_SUBCLASSING_RESTRICTED
71
69
* @param coalescingData The optional data consumed by this operation that needs to be updated/coalesced with data of a new operation when coalescing the two operations happens.
72
70
* @param dataCoalescingBlock The optional block called to update/coalesce the data of this operation with data of a new operation when coalescing the two operations happens.
73
71
* @param completion The block to execute after the operation finished.
74
-
*
75
-
* @discussion
76
72
*/
77
73
- (id <PINOperationReference>)scheduleOperation:(PINOperationBlock)operation
0 commit comments