|
RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
|
Makes it possible to for instance cancel Asio handlers without stopping asio::io_service. More...
#include <utility.h>
Classes | |
| class | SharedLock |
Public Member Functions | |
| std::unique_ptr< SharedLock > | continue_lock () noexcept |
| Returns nullptr if scope should be exited, or a shared lock otherwise. | |
| void | stop () noexcept |
| Blocks until all shared locks are released, then prevents future shared locks. | |
Makes it possible to for instance cancel Asio handlers without stopping asio::io_service.
1.8.6