jackaudio.github.com icon indicating copy to clipboard operation
jackaudio.github.com copied to clipboard

How threadsafe are callbacks?

Open wmedrano opened this issue 8 years ago • 0 comments
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?

wmedrano avatar Feb 19 '17 05:02 wmedrano