![]() |
Realm
A distributed, event-based tasking library
|
#include "realm/bytearray.h"#include "realm/event.h"#include <vector>#include <iostream>#include <stdint.h>Go to the source code of this file.
Classes | |
| class | Realm::Backtrace |
| class | Realm::ExecutionException |
| class | Realm::CancellationException |
| class | Realm::PoisonedEventException |
| class | Realm::ApplicationException |
Namespaces | |
| namespace | Realm |
| namespace | Realm::Faults |
Enumerations | |
| enum | { Realm::Faults::ERROR_POISONED_EVENT = -1000 , Realm::Faults::ERROR_POISONED_PRECONDITION , Realm::Faults::ERROR_CANCELLED , Realm::Faults::ERROR_APPLICATION_DEFINED = 0 } |