Skip to content

Commit f642d4b

Browse files
after merge fixes
1 parent 600987e commit f642d4b

3 files changed

Lines changed: 73 additions & 88 deletions

File tree

Source/Operation/DependentOperation.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,9 @@
66
import Foundation
77
import Shakuro_CommonTypes
88

9-
<<<<<<< HEAD
109
internal protocol DependencyProtocol: AnyObject {
11-
/**
12-
See `DependencyResult` for description.
13-
*/
14-
=======
15-
internal protocol DependencyProtocol: class {
1610

1711
/// See `DependencyResult` for description.
18-
>>>>>>> 9e9e86c2f9ca4de316f7ae87489d538d43f41216
1912
func dependencyResult() -> CancellableAsyncResult<Void>?
2013

2114
}

Source/Operation/TaskOperation.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
import Foundation
77
import Shakuro_CommonTypes
88

9-
<<<<<<< HEAD
10-
public protocol AsyncCompletionProtocol: AnyObject {
11-
=======
12-
public protocol OperationHashProtocol: class {
13-
>>>>>>> 9e9e86c2f9ca4de316f7ae87489d538d43f41216
9+
public protocol OperationHashProtocol: AnyObject {
1410

1511
/// Unique identifier of operation. Consists of `type(of: self)` + `options.optionsHash()`.
1612
/// Used in `TaskManager.willPerformOperation()` to resolve operations dependencies.

0 commit comments

Comments
 (0)