Next Previous Up Top Contents Index

4 The Threads Library

4.3 Thread safety in client libraries

If an application uses multiple threads, then there may be thread safety requirements for any library that can be called simultaneously by multiple threads, even if the called library does not use the Threads library directly.

This section is about thread safety in any library that is designed to be used in a multi-threaded application.

4.3.1 - General requirements
4.3.2 - Effects on the Dylan library

Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index