#include <functional>
#include <atomic>
#include <thread>
#include <Bentley/Tasks/Tasks.h>
#include <Bentley/bvector.h>
Go to the source code of this file.
Classes | |
struct | ICancellationListener |
struct | SimpleCancellationListener |
struct | ICancellationToken |
struct | SimpleCancellationToken |
struct | MergeCancellationToken |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::Tasks | |
Typedefs | |
typedef std::shared_ptr < struct ICancellationToken > | ICancellationTokenPtr |
typedef std::shared_ptr < struct SimpleCancellationToken > | SimpleCancellationTokenPtr |
typedef std::shared_ptr < struct MergeCancellationToken > | MergeCancellationTokenPtr |