Daniel,
On 05/25/2015 06:32 AM, Daniel-Constantin Mierla wrote:
yes, it is safe to use $var(x) to pass values between the block calling t_continue() and the route executed by t_continue().
Why is that, when the scope of $var() variables is, as I understand it, maintained only by a given SIP receiver thread?
Regardless, is this true only when async task workers are used, or is this also true with other mechanisms, like resuming suspended transactions in rtimer threads?