Swift code being executed asynchronously even while in completion handler
问题 I'm rather new at swift and have been doing some research on how to answer this question myself since I want to learn, but I am completely stumped. I have a function which requests data from a server, and after the data is received, a completion handler is executed which parses the data. Within the previously mentioned completion handler, another function is called which is passed a completion handler itself. For some reason, the function call within the function is being being skipped, and