Skip to content

Commit

Permalink
after merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SanakaBarabaka committed Jul 12, 2021
1 parent 600987e commit f642d4b
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 88 deletions.
7 changes: 0 additions & 7 deletions Source/Operation/DependentOperation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,9 @@
import Foundation
import Shakuro_CommonTypes

<<<<<<< HEAD
internal protocol DependencyProtocol: AnyObject {
/**
See `DependencyResult` for description.
*/
=======
internal protocol DependencyProtocol: class {

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

}
Expand Down
6 changes: 1 addition & 5 deletions Source/Operation/TaskOperation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
import Foundation
import Shakuro_CommonTypes

<<<<<<< HEAD
public protocol AsyncCompletionProtocol: AnyObject {
=======
public protocol OperationHashProtocol: class {
>>>>>>> 9e9e86c2f9ca4de316f7ae87489d538d43f41216
public protocol OperationHashProtocol: AnyObject {

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

0 comments on commit f642d4b

Please sign in to comment.