Skip to content
Snippets Groups Projects
Commit 75e61345 authored by Ramin Yaghoubzadeh Torky's avatar Ramin Yaghoubzadeh Torky
Browse files

C++: batch updates

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
parent 7b3dd885
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment