InterviewSolution
Saved Bookmarks
| 1. |
How dispatch_once runs only once? |
|
Answer» Because it is a synchronous PROCESS. The IDEA of dispatch_once() is to PERFORM a TASK only once, no matter how violent the threading becomes. |
|