[ News |
IPCA |
Mirrors |
Add |
Search |
Mail |
Help |
WoTUG
]
uC++
uC++ (pronounced micro-C++), is an extended C++ that
provides light-weight concurrency on uniprocessor and
multiprocessor computers running the UNIX operating system.
uC++ extends C++ in somewhat the same way that C++ extends C.
The extensions introduce new objects that augment the
existing control flow facilities and provide concurrency.
uC++ provides both direct and indirect communication using
the traditional routine call mechanism. All aspects of uC++
are statically type-checked. Furthermore, uC++ provides
mechanisms for precisely controlling the order in which
requests are serviced and for postponing work on
already-accepted requests.
Copyright © 1993-2000 Dave Beckett & WoTUG