|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
Aids to the debugging of futures.
This header provides implementation of wrappers to futures which help in debugging of future related issues.
Go to the source code of this file.
Classes | |
| class | drama::Future< T > |
| A class which wraps a std::future<T> and provides debugging output to stderr. More... | |
| class | drama::Future< void > |
| A class which wraps a std::future<void> and provides debugging output to stderr. More... | |
Namespaces | |
| namespace | drama |
| The drama namespace contains all the classes, types etc of the DRAMA 2 implementation. | |