Forked from
Social Cognitive Systems / ipaaca
Source project has a limited visibility.
-
Ramin Yaghoubzadeh Torky authored
Use with Locker, possible in a dedicated stack frame, like this: // ... code ... { // open stack frame Locker locker(iu->payload()); iu->payload()["a"] = "string"; iu->payload()["b"] = "simultaneouslySentString"; } // close stack frame, sending the update
Ramin Yaghoubzadeh Torky authoredUse with Locker, possible in a dedicated stack frame, like this: // ... code ... { // open stack frame Locker locker(iu->payload()); iu->payload()["a"] = "string"; iu->payload()["b"] = "simultaneouslySentString"; } // close stack frame, sending the update