Difference between revisions of "Uno/Binary/Spec/Threading-Architecture"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Fixed section indention.)
m (Feature: Added link.)
Line 3: Line 3:
  
 
==Feature==
 
==Feature==
The [[Uno/Binary|Binary Uno]] Threading Architecture leverages the [[Uno/Binary/Impl/Threading Model|Threading Model]] to implement [[Uno/Term/Thread Aware|thread-aware]] code where necessary only.
+
The [[Uno/Binary|Binary Uno]] Threading Architecture leverages the [[Uno/Binary/Spec/Threading Model|binary Uno threading-model]] to implement [[Uno/Term/Thread Aware|thread-aware]] code where necessary only.
 
* All components default to be [[Uno/Term/Thread Unsafe|thread-unsafe]].
 
* All components default to be [[Uno/Term/Thread Unsafe|thread-unsafe]].
 
* All public libraries provide environment free references.
 
* All public libraries provide environment free references.

Revision as of 16:05, 4 September 2006

State: draft
type: specification

Feature

The Binary Uno Threading Architecture leverages the binary Uno threading-model to implement thread-aware code where necessary only.

The following components are specified to be thread-safe:

Dependencies

Personal tools