Uno/Spec/Thread Unsafety Bridge

From Apache OpenOffice Wiki
< Uno‎ | Spec
Revision as of 12:41, 28 June 2006 by Kr (Talk | contribs)

Jump to: navigation, search

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 bridge named "unsafe".

Dependencies

Personal tools