Boost C++ Libraries: Ticket #194: Exchange results between several thread calls https://svn.boost.org/trac10/ticket/194 <pre class="wiki">Processing results of one thread can be returned like a normal function return value or stored in a variable by the TCL threads package. How can a similar data transfer like it is available by the function "thread::send" (http://cvs.sourceforge.net/cgi- bin/viewcvs.cgi/checkout*/tcl/thread/doc/html/thread.html) be achieved with a similar "comfort" by your class library? I know that all global C++ variables are shared in the memory. But would you like to offer an easy interface to transfer the computed result to the calling thread? </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/194 Trac 1.4.3 Roland Schwarz Fri, 03 Aug 2007 08:48:33 GMT status changed; severity set https://svn.boost.org/trac10/ticket/194#comment:1 https://svn.boost.org/trac10/ticket/194#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> <p> The boost thread is an implementation of threading primitives. The feature you are requesting either needs to be addressed by means of these primitives or implemented by some higher level layers. </p> Ticket