|
ledger-core
|
Inheritance diagram for ledger::core::DedicatedContext:Public Member Functions | |
| DedicatedContext (const std::shared_ptr< api::ExecutionContext > &context) | |
| template<typename T > | |
| Future< T > | async (std::function< T()> f) |
| template<typename T > | |
| Future< T > | async (std::function< T()> f) const |
| Future< Unit > | run (std::function< void()> f) |
| std::shared_ptr< api::ExecutionContext > | getContext () const |
Protected Attributes | |
| std::shared_ptr< api::ExecutionContext > | _executionContext |
1.8.13