python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Objective C Threading using GCD Without Memory Leak
In iOS and using Objective C and Grand Central Dispatch (GCD) I want to fetch data on a background thread then return with data to the main thread, but am having trouble with memory leaks. Could someo...
NedMed
Votes: 0
Answers: 0
Rx SerialDispatchQueueScheduler doesn't seem to make the code run in serial sequence
I have a problem with an Observable<Data?> function that is called so many times and so fast that the function doesn't complete until the next one is run. This makes sense and is good in most ca...
Joakim Sjöstedt
Votes: 0
Answers: 1
Make API call in tableView row and Update particular cell after API response?
I want to make an API call in the tableView cell and Update a particular row after API Response.
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
...
Parth Patel
Votes: 0
Answers: 0
DispatchQueue Timeout mechanism not firing / working
I'm running into a bit of a conundrum with the following code snippet. The purpose of this code is to read bytes from an NSInputStream and process them accordingly. However, we have noticed that somet...
rvijay007
Votes: 0
Answers: 1