-
Notifications
You must be signed in to change notification settings - Fork 96
3. API documentation
Alexander Damian edited this page Jul 12, 2018
·
5 revisions
3.7 Mutexes and condition variables
This chapter contains lots of examples and use-cases on how to use the quantum library properly. Not all methods and interfaces are discussed however, which means that it is up to the individual programmer to read the documentation inside each header file and familiarize himself/herself with the concepts. The important headers files to read are located under the quantum/interface
directory, since all API access is achieved via interfaces.
NOTE: For brevity purposes, all class names in the code examples are shown without the Bloomberg::quantum
namespace.