Contents

removeDependency(_:)

Removes the receiver’s dependence on the specified operation.

Declaration

func removeDependency(_ op: Operation)

Parameters

  • op:

    The dependent operation to be removed from the receiver.

Discussion

This method may change the isReady and dependencies properties of the receiver.

See Also

Managing Dependencies