jackaudio.github.com
jackaudio.github.com copied to clipboard
How threadsafe are callbacks?
trafficstars
I looked over the Client Threads Walkthrough.
If I understand correctly the process callback is guaranteed to have it's own thread, while the other callbacks have their own.
Does this mean that callbacks beside the process can share mutable state, while the process callback has to have its own separate state?