python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is DispatchQueue using RunLoop?
Every Thread has its own RunLoop, how DispatchQueue interact with them? Is DispatchQueue using RunLoop to dispatch task to Thread or do it by another way?

Grigorii
Votes: 0
Answers: 1
How to create a task stack in swift with async/await http-method
I recently changed my http request method to async/await in swift.
func httpRequest(requestType:HTTPRequestType, parameter:Parameter = Parameter()) async throws -> Data {
// do some preparatio...
JacquesNorris
Votes: 0
Answers: 0
How to move to the next view upon data reception?
I am struggling to trigger the logic responsible for changing the view at the right time. Let me explain.
I have a view model that contains a function called createNewUserVM(). This function triggers ...
PeterUI
Votes: 0
Answers: 2
How to fetch newly written objects in coredata
I'm trying to first call one function that saves data from firebase to Coredata, and when it's done executing call another function that takes that data from coredata and uses it. I'm using a dispatch...

Pontus
Votes: 0
Answers: 0