Re: [Boost-users] boost::thread queries
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] On Behalf Of Sascha Seewald Sent: Thursday, October 12, 2006 9:14 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] boost::thread queries
This is kind of an abstraction that should be built on top of boost threads.
yeah! i'd like to see this layer provide more syncronisation related functionality like:
- multi threaded containers - futures - locking_ptr - ...
what else?
[Nat] What about some of Java's concurrent package http://g.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.ht ml now integrated into J2SE5 as java.util.concurrent http://gee.cs.oswego.edu/dl/jsr166/dist/docs/ ?
Nat Goodspeed wrote:
[Nat] What about some of Java's concurrent package
http://g.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.ht ml
now integrated into J2SE5 as java.util.concurrent
http://gee.cs.oswego.edu/dl/jsr166/dist/docs/
?
Wow, that's amazing! Didn't know about most of this stuff! ;) Hmm... many things are possible but what do the boosters really need and what should be done first? What about setting up a priority driven feature wish list? Sascha
participants (2)
-
Nat Goodspeed
-
Sascha Seewald