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

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
m (Splitted categories.)
m (Updated.)
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 leverage's some of C++ features regarding construction and destruction of values.
  
 
==API==
 
==API==
* [[Uno/Binary/Spec/Threading-Model]]
+
* [[../Environment Stack]]
 +
* [[../Map Helpers]]
 
* [[../Shield Helpers]]
 
* [[../Shield Helpers]]
 +
* [[../FreeReference]]
 +
* [[../Environment Guard]]
 +
* [[../Environment Descriptor]]
 +
* [[../Environment AntiGuard]]
 +
* [[../Enterable]]
 +
* [[../Purpose Bridge Implementation Helper]]
  
 
==Dependencies==
 
==Dependencies==
 
* [[Uno/Binary/Spec/Threading-Model]]
 
* [[Uno/Binary/Spec/Threading-Model]]
 +
* [[../Environment Stack]]
 +
* [[../Map Helpers]]
 
* [[../Shield Helpers]]
 
* [[../Shield Helpers]]
 
* [[../FreeReference]]
 
* [[../FreeReference]]
* [[../Environment Stack]]
 
 
* [[../Environment Guard]]
 
* [[../Environment Guard]]
 +
* [[../Environment Descriptor]]
 +
* [[../Environment AntiGuard]]
 +
* [[../Enterable]]
 
* [[../Purpose Bridge Implementation Helper]]
 
* [[../Purpose Bridge Implementation Helper]]
* [[../Implementation Environment]]
 
* [[../Purpose Environments]]
 
  
  

Revision as of 11:05, 12 February 2007

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 leverage's some of C++ features regarding construction and destruction of values.

API

Dependencies

Personal tools