Skip to content

Instantly share code, notes, and snippets.

@tomac
Created June 30, 2014 14:16
Show Gist options
  • Select an option

  • Save tomac/b3ee0371d69909c6177e to your computer and use it in GitHub Desktop.

Select an option

Save tomac/b3ee0371d69909c6177e to your computer and use it in GitHub Desktop.
NotificationPort
notificationPort = IONotificationPortCreate(kIOMasterPortDefault);
CFRunLoopAddSource(CFRunLoopGetCurrent(), IONotificationPortGetRunLoopSource(notificationPort), kCFRunLoopDefaultMode);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment