The summer 2010 ISO C++ meeting was held on August 2-7 in Rapperswil, Switzerland. The post-meeting mailing is now live, including meeting minutes and other information. In March (trip report), we voted the last set of feature changes into a Final Committee Draft (FCD) and, after two weeks of scurrying to apply the changes, the [...]
Archive for August, 2010
Trip Report: August 2010 ISO C++ Standards Meeting
Posted in C++ on 2010-08-28 | 21 Comments »
Effective Concurrency: Prefer Using Futures or Callbacks to Communicate Asynchronous Results
Posted in C++, Concurrency, Software Development on 2010-08-27 | 2 Comments »
This month’s Effective Concurrency column, “Prefer Using Futures or Callbacks to Communicate Asynchronous Results,” is now live on DDJ’s website. From the article: This time, we’ll answer the following questions: How should we express return values and out parameters from an asynchronous function, including an active object method? How should we give back multiple partial [...]