Re: [racket-dev] Problem with threads in Racket C API?

2010-10-13 Thread Justin Phillips
Bingo thank you so much. -Justin On Wed, Oct 13, 2010 at 5:32 AM, Matthew Flatt wrote: > At Tue, 12 Oct 2010 21:17:45 -0700, Justin Phillips wrote: > > I have a function that gets called by OS X's CoreMIDI framework. This > > function adds some data to a queue. I have registered the queue and t

Re: [racket-dev] Problem with threads in Racket C API?

2010-10-13 Thread Matthew Flatt
At Tue, 12 Oct 2010 21:17:45 -0700, Justin Phillips wrote: > I have a function that gets called by OS X's CoreMIDI framework. This > function adds some data to a queue. I have registered the queue and the > function with scheme_add_evt and scheme_add_evt_through_sema and even > explicitly tried to

[racket-dev] Problem with threads in Racket C API?

2010-10-12 Thread Justin Phillips
I have a function that gets called by OS X's CoreMIDI framework. This function adds some data to a queue. I have registered the queue and the function with scheme_add_evt and scheme_add_evt_through_sema and even explicitly tried to block with scheme_block_until on separate occasions. In all instanc