![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <cstdint>#include <variant>Go to the source code of this file.
Classes | |
| struct | kernel::Interrupted |
| Result type for use with std::variant to indicate that an operation should be interrupted. More... | |
| class | kernel::Notifications |
| A base class defining functions for notifying about certain kernel events. More... | |
Namespaces | |
| namespace | kernel |
Typedefs | |
| using | kernel::InterruptResult = std::variant< std::monostate, Interrupted > |
| Simple result type for functions that need to propagate an interrupt status and don't have other return values. More... | |
Functions | |
| template<typename T > | |
| bool | kernel::IsInterrupted (const T &result) |