18 Jan
2010
18 Jan
'10
6:25 a.m.
But... both examples show multiple threads accessing a single instance variable without taking any precautions to make the access atomic. Could it be that kind of concurrency issue? Steve On Jan 17, 2010, at 6:01 PM, Joshua Ballanco wrote:
Hey Darin,
Looks like you're hitting https://www.macruby.org/trac/ticket/511
Cheers,
Josh
On Jan 17, 2010, at 4:52 PM, Darrin Eden wrote:
Hi, I have yet to wrap my head around GCD, but that's not stopped me from breaking things anyway. I'd like to use an asynchronous queue with NSURLConnection. However, <http://gist.github.com/279665> results in a segmentation fault. Thoughts?
Thanks, -- Darrin _______________________________________________