Lambda the Ultimate

inactiveTopic RT++ Higher Order Threads for C++
started 6/3/2004; 7:42:47 PM - last post 6/9/2004; 1:01:18 PM
Mark Evans - RT++ Higher Order Threads for C++  blueArrow
6/3/2004; 7:42:47 PM (reads: 7909, responses: 1)
RT++ Higher Order Threads for C++

Its features include a type-safe functional thread interface, lazy thread creation, garbage-collected types (lists, arrays, pointer structures) and controlled non-determinism (thread bags). Threads are first-order objects that can be used like any other objects and that are automatically reclaimed when they are not referenced any more. The package has been ported to numerous types of mono-processors and shared memory multiprocessors and can be easily embedded into existing application frameworks.

Comparisons with other thread libraries on the intro page.


Posted to Parallel/Distributed by Mark Evans on 6/3/04; 7:43:05 PM

Mark Evans - Re: RT++ Higher Order Threads for C++  blueArrow
6/9/2004; 1:01:18 PM (reads: 55, responses: 0)
I wonder how it compares to the lightweight threads in Felix?