Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 287 Bytes

gcd.md

File metadata and controls

14 lines (12 loc) · 287 Bytes

Multi Thread

  • NSThread
  • GCD
    • dispatch_get_main_queue()
    • dispatch_get_global_queue
    • dispatch_queue_create
    • dispatch_semaphore_create
    • dispatch_semaphore_signal
    • dispatch_semaphore_wait
    • dispatch_after
    • dispatch_once
  • NSOperationQueue