Re: Swift functions in render callback
Re: Swift functions in render callback
- Subject: Re: Swift functions in render callback
- From: Paul Davis <email@hidden>
- Date: Wed, 15 Mar 2017 09:47:41 +0100
Swift is not an RT-safe language.
All code executed inside the render callback must be RT safe. No disk i/o, no blocking synchronization, no objective C, no Swift.
Will it work if you use Swift? Probably. Quite possibly even 99% of the time. Doesn't make it OK.
_______________________________________________
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