Contents

remove(from:forMode:)

Removes the query from a specified run loop.

Declaration

func remove(from inRunLoop: RunLoop!, forMode inMode: String!)

Parameters

  • inRunLoop:

    The run loop.

  • inMode:

    The mode to remove the query from.

See Also

Managing Asynchronous Queries