Re: [MacRuby-devel] some gcd issues

2010-07-15 Thread Ernest N. Prabhakar, Ph.D.
Hi Bernd, Hmm. Just got around to looking at this. I'm stumped. I added better diagnostics to gcd.c, and wrote up the bug for Laurent: Ticket URL: #796: Dispatch::Queue.main created with a different Queue class?!? -- Ernie P. _

Re: [MacRuby-devel] some gcd issues

2010-06-04 Thread B. Ohr
Hi Ernest, Am 04.06.2010 um 19:03 schrieb Ernest N. Prabhakar, Ph.D.: > Hmm, you should NOT need to call "group" on the @job for normal usage. > > Could you just use "@job.join" to get the behavior you want? > Thanks, I am using join now! Unfortunately join is crashing too with the main que

Re: [MacRuby-devel] some gcd issues

2010-06-04 Thread Ernest N. Prabhakar, Ph.D.
Hi Bernd, On Jun 4, 2010, at 1:28 AM, B. Ohr wrote: > Hi, > > yesterday I did my first steps with GCD: parsing a very big CSV-file, > processing and filtering it and displaying the result in a table view. Before > GCD the UI was blocked for more than a minute, now the user can continue > worki