Skip to content
Snippets Groups Projects
Forked from Social Cognitive Systems / ipaaca
Source project has a limited visibility.
Ramin Yaghoubzadeh's avatar
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
75e61345
History
Name Last commit Last update
..