ACCU 2014 - slides
Monday, 19 May 2014
This year's ACCU conference was at the Marriott hotel in Bristol again. As ever, the conference itself was enjoyable, educational and exhausting in equal measure, and it was good to meet up with people again.
This year, I was presenting on "The continuing future of C++ concurrency", with an overview of
the additions to the Standard C++ concurrency libraries proposed for the C++ concurrency TS and
C++17, including: continuations, executors, and parallel algorithms, as well as
std::shared_timed_mutex
from C++14.
My presentation was well-attended, and there were lots of interesting questions.
The slides are available here.
Posted by Anthony Williams
[/ news /] permanent link
Tags: conferences, accu, cplusplus
Stumble It! | Submit to Reddit | Submit to DZone
If you liked this post, why not subscribe to the RSS feed or Follow me on Twitter? You can also subscribe to this blog by email using the form on the left.
Design and Content Copyright © 2005-2024 Just Software Solutions Ltd. All rights reserved. | Privacy Policy
1 Comment
Thanks very much... very interesting! The future directions looks suspiciously like Java/C# (synchronized blocks) with a bit of Thread Building Blocks in the mix as well :)