addOperation(_:)
Adds the specified operation to the receiver.
Declaration
func addOperation(_ op: Operation)
Discussion
Once added, the specified operation remains in the queue until it finishes executing.
See Also
Related Documentation
Managing Operations in the Queue