Re: [Boost-users] How to retrieve a value from a thread
________________________________________ From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Sliwa, Przemyslaw (London) Sent: Thursday, March 09, 2006 9:47 AM To: boost-users@lists.boost.org Subject: [Boost-users] How to retrieve a value from a thread I would like to know if it is possible to retrieve a value returned from a function which is called by a thread. [Nat] Is this thread running continuously, doing other things? Or did you start it for the purpose of calling that function, so that when the function is done the thread terminates? In Java, I've always kind of liked Doug Lea's FutureResult idiom: http://gee.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/Future Result.html I don't know of anything similar in the existing library.
participants (1)
-
Nat Goodspeed