Re: best way to divert callbacks to main thread from audio thread
Re: best way to divert callbacks to main thread from audio thread
- Subject: Re: best way to divert callbacks to main thread from audio thread
- From: Robert Bielik <email@hidden>
- Date: Mon, 03 Oct 2011 21:08:28 +0200
For this kind of purpose I'm using a FIFO (wrapped circular buffer) to store object references (think placement new), then extracting info in
the GUI thread. No lock on audio side, and next to zero execution time.
Regards,
/Rob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden