Click here to Skip to main content
15,886,362 members
Articles / Programming Languages / C++

Thread Synchronization Queue with Boost

Rate me:
Please Sign up or sign in to vote.
4.29/5 (7 votes)
28 Oct 2014CPOL4 min read 50.8K   37  
Implement a thread synchronization queue with STL and boost.

Revisions


  

Compare Revision Minor Date Status Editor
16 - publicly available No 30-Oct-14 7:29 Available Sean Ewington
Updates in content.
15 No 30-Oct-14 6:36 Pending yux_315
Updates in content. Changes: 138
14 No 28-Oct-14 3:55 Available Sean Ewington
Updates in content.
13 No 28-Oct-14 3:27 Pending yux_315
Updates in content. Changes: 944
12 No 22-Aug-12 6:27 Available Smitha Nishant
Updates in content. 217 changes had been made.
10 No 19-Aug-12 8:09 Pending yux_315
Updates in content. 14 changes had been made.
9 No 19-Aug-12 8:06 Pending yux_315
Updates in content. 96 changes had been made.
8 No 19-Aug-12 8:01 Pending yux_315
Updates in content. 1658 changes had been made.
7 No 19-Aug-12 4:35 Pending yux_315
Updates in content. 3 changes had been made.
6 No 19-Aug-12 4:33 Pending yux_315
Updates in content. 1135 changes had been made.
5 No 19-Aug-12 4:31 Pending yux_315
Updates in content. 3431 changes had been made.
1 No 17-Aug-12 11:36 Closed yux_315
Initial creation

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
China China
I started my career by developing Pattern Recognition application on windows and multiple mobile platforms. The Handwriting Recognition Software I took lead in development still help millions of senior Chinese people input information to computer today. Now I am working on high precision 3D measuring and reconstruction devices.

I have been developing with C/C++,C#,MS-SQL,Java(Android),Python,Matlab and using frameworks like WPF/WCF,QT(Linux),C++ AMP/CUDA,OpenCV,PCL,VTK,Hoops. (BTW, Old fashioned tech like, Palm-OS, Symbian, Windows Mobile).

My background including Machine learning, Image Processing, Computer Vision, Point Cloud Processing, 3D Reconstruction.

Comments and Discussions