Uno/Term/Thread Unsafe

From Apache OpenOffice Wiki
< Uno‎ | Term
Revision as of 08:27, 18 April 2006 by Kr (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Thread Unsafe Code
Thread unsafe code must not care of any threading issues, except thread affinity. Thread unsafe code must be implemented Thread Transparent. On the desgined level of granularity methods are guaranteed to not be called concurrently. The calling thread may vary over time.
Personal tools