Skip to content

Instantly share code, notes, and snippets.

@nanoxd
Created February 7, 2019 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanoxd/f72ec1430adcc3d7a65e36abf87fb2a9 to your computer and use it in GitHub Desktop.
Save nanoxd/f72ec1430adcc3d7a65e36abf87fb2a9 to your computer and use it in GitHub Desktop.
[Assert Main Queue] Assert you're on main queue. Note that main thread and main queue are not always the same thing http://blog.benjamin-encz.de/post/main-queue-vs-main-thread/
dispatchPrecondition(
condition: DispatchPredicate.onQueue(DispatchQueue.main)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment