Support Class Library
A set of tools providing classes and utility
|
#include <scl/async/with_traits.h>
Go to the source code of this file.
Namespaces | |
scl | |
Global namespace of the SCL. | |
scl::async | |
Base namespace for asynchronous APIs. | |
Functions | |
template<class Resource , class F > | |
auto | scl::async::with (Resource &&res, F &&f) -> scl::tools::meta ::return_t< F > |
Execute a transaction in a guarded manner. More... | |