![]() |
Scarab
v3.9.3
Project 8 C++ Utility Library
|
Go to the source code of this file.
Classes | |
class | cancelable |
Base class for a cancelable object (i.e. an object that can be canceled by scarab::signal_handler or other client code) More... | |
struct | cancelable_wrapper |
Lightweight wrapper for a cancelable object only temporarily added to signal_handler. More... | |
Namespaces | |
scarab | |
Functions | |
std::shared_ptr< cancelable_wrapper > | wrap_cancelable (cancelable &a_cancelable) |
Convenience function to create a cancelable_wrapper. More... | |