Difference between revisions of "Uno/Cpp/Spec/Threading-Model"

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
m (Adapted Links.)
Line 4: Line 4:
  
 
==Description==
 
==Description==
The C++ threading model basically inherits most of its features from the [[Uno/Binary/Spec/Threading Model|Binary Uno threading model]], but leverages some of C++ features regarding construction and destruction of values.
+
The C++ threading-model basically inherits most of its features from the [[Uno/Binary/Spec/Threading-Model|Binary Uno threading-model]], but leverages some of C++ features regarding construction and destruction of values.
  
 
==API==
 
==API==
* [[Uno/Binary/Spec/Threading Model]]
+
* [[Uno/Binary/Spec/Threading-Model]]
 
* [[../Shield Helpers]]
 
* [[../Shield Helpers]]
  

Revision as of 08:46, 5 September 2006

Type: Specification State: draft

The Uno/Spec/Threading-Model for the C++ Uno runtime.

Description

The C++ threading-model basically inherits most of its features from the Binary Uno threading-model, but leverages some of C++ features regarding construction and destruction of values.

API

Dependencies

Personal tools