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

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
m (Dependencies: Fixed link.)
m (Copied "Shield Helpers" and the "Binary Threading Model Spec." into the API section.)
Line 9: Line 9:
  
 
===API===
 
===API===
The C++ threading model does not bring a dedicated C++ API, but just the APIs of what it depends on.
+
* [[Uno/Binary/Spec/Threading Model]]
 +
* [[../Shield Helpers]]
  
 
===Dependencies===
 
===Dependencies===

Revision as of 12:25, 4 August 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

Dependencies

Personal tools