Contents

CFHostUnscheduleFromRunLoop(_:_:_:)

Unschedules a CFHost from a run loop.

Declaration

func CFHostUnscheduleFromRunLoop(_ theHost: CFHost, _ runLoop: CFRunLoop, _ runLoopMode: CFString)

Parameters

  • runLoop:

    The run loop. This value must not be NULL.

  • runLoopMode:

    The mode from which the service is to be unscheduled. This value must not be NULL.

Discussion

This function is thread safe.

See Also

Hosts