Uno/Binary/Spec/Thread Affinity Bridge
From Apache OpenOffice Wiki
author: Kr
version: 5860
state: draft
created: 01/17/2006
type: specification
Binary UNO
Thread Environments
- Feature
- A thread based purpose environment:
- - enter: associates the current thread with the environment
- - leave: in case no objects are mapped, disassociates the current thread with the environment
- in case objects are mapped and this is the last leave:
- - blocks until no objects are mapped anymore
- - callInto: calls the passed function in the associated thread
- - callOut: calls the passed function in the waiting outer thread
- Rationale
- API
- Compatibility Issues
- None.
- Dependencies
-
- EnvStack