Skip to content
Snippets Groups Projects
  1. Apr 08, 2015
    • Ramin Yaghoubzadeh Torky's avatar
      C++: batch updates · 75e61345
      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
  2. Mar 28, 2015
  3. Feb 23, 2015
  4. Feb 20, 2015
  5. Feb 14, 2015
  6. Feb 09, 2015
  7. Feb 05, 2015
  8. Jan 30, 2015
Loading