Just Software Solutions

Comments on the C++ Concurrency TS

Wednesday, 28 May 2014

It's been a while since I wrote any papers for the C++ committee, but I've written two for the committee mailing prior to the upcoming committee in Rapperswil:

The first provides comments, and suggestions for improvements on the concurrency TS based on implementing continuations for Just::Thread V2, and executors for an unreleased internal build of Just::Thread.

The second proposes to standardize the synchronized_value class template from Just::Thread Pro, with a couple of modifications.

Let me know if you have any comments.

Posted by Anthony Williams
[/ news /] permanent link
Tags: , ,
Stumble It! stumbleupon logo | Submit to Reddit reddit logo | Submit to DZone dzone logo

Comment on this post

If you liked this post, why not subscribe to the RSS feed RSS feed or Follow me on Twitter? You can also subscribe to this blog by email using the form on the left.

6 Comments

Hey dear get youtube subscribers after visiting the given place and you will get more traffic to it as you will be benefited very much.

by get youtube subscribers at 15:00:33 on Monday, 21 January 2019

Great Post !! your blog is very informative information share....

by Best SEO Company in Chennai at 15:00:33 on Monday, 21 January 2019
Great to see this . Your solutions are worth and recommendable. Thanks :)
by Website development company in Indore at 15:00:33 on Monday, 21 January 2019

I would prefer synchronized_value<T> created the update_guard for me:

synchronized_value<string> syncString;

auto sref = syncString.get(); // returns update_guard<string>

*sref = "...";

return *sref;

and then you can get rid of the operator overloads on synchronized_value<T> entirely.

Between the advent of move semantics and 'auto', this seems cleaner and simpler to understand.

Also seems unnecessarily restrictive that you can't dictate the type of the mutex that is used.

by Mike at 15:00:33 on Monday, 21 January 2019

Hi guys, Its very time taking.. so can anyone suggest me too..??

by Web Development Solutions at 15:00:33 on Monday, 21 January 2019

Thanks for the valuable information

by nettechnocrats at 15:00:33 on Monday, 21 January 2019

Add your comment

Your name:

Email address:

Your comment:

Design and Content Copyright © 2005-2024 Just Software Solutions Ltd. All rights reserved. | Privacy Policy