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

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
(C++Threading Model.)
 
m (→‎Dependencies: Fixed link.)
Line 14: Line 14:
 
* [[Uno/Binary/Spec/Threading Model]]
 
* [[Uno/Binary/Spec/Threading Model]]
 
* [[../Shield Helpers]]
 
* [[../Shield Helpers]]
* [[../Free Reference]]
+
* [[../FreeReference]]
 
* [[../Environment Stack]]
 
* [[../Environment Stack]]
 
* [[../Environment Guard]]
 
* [[../Environment Guard]]

Revision as of 16:17, 18 July 2006

State: draft
Type: specification

Threading Model

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

The C++ threading model does not bring a dedicated C++ API, but just the APIs of what it depends on.

Dependencies

Personal tools