Difference between revisions of "Uno/Spec/Thread Unsafety Bridge"

From Apache OpenOffice Wiki
< Uno‎ | Spec
Jump to: navigation, search
(Removed implementation assumptions.)
m (API: Fixed "purpose" name.)
Line 10: Line 10:
  
 
=== API ===
 
=== API ===
[[../Purpose Bridge|Purpose bridge]] named <code>"unsafe"</code>.
+
Purpose named <code>":unsafe"</code>.
  
 
=== Dependencies ===
 
=== Dependencies ===

Revision as of 14:29, 2 August 2006

state: draft
type: specification

Thread Unsafety Bridge

Feature

This bridge protects thread unsafe objects from being called by multiple threads concurrently.

Only one thread at a time can enter a Unsafety Environment, an Unsafety Environment is entered, if any thread has one of the methods provided by the Enterable API on the stack.

API

Purpose named ":unsafe".

Dependencies

Personal tools