Skip to content
Snippets Groups Projects
  1. Dec 02, 2016
  2. Sep 29, 2016
  3. Jan 07, 2016
  4. Dec 04, 2015
  5. Dec 03, 2015
  6. 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
  7. Mar 28, 2015
  8. Feb 23, 2015
  9. Feb 20, 2015
  10. Feb 14, 2015
  11. Feb 09, 2015
  12. Feb 05, 2015
  13. Jan 30, 2015
Loading