TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

C++11 Concurrency Series: 9. Condition Variables and Message Passing

34 pointsby coreyrecvloheover 13 years ago

3 comments

__david__over 13 years ago
That was nice. Everything seemed to come together to make a nice clean message queue class. Which I think is due, in part, by the new C++11 features. Hello closures!<p>The guy's typing speed was killing me though...
X-Istenceover 13 years ago
I am always looking for new things to learn, and I love video as it helps me both learn using auditory and visual, however the guys speech in this video is simply too slow and made me fall asleep half way through the video, and it is only 30 minutes long.
jbarhamover 13 years ago
Better: <a href="http://golang.org/doc/effective_go.html#concurrency" rel="nofollow">http://golang.org/doc/effective_go.html#concurrency</a>