Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
dispatcher.hpp File Reference
#include "aria/abi/export.hpp"
#include "aria/property_ops.hpp"
#include <chrono>
#include <functional>
#include <memory>
#include <cstddef>
Include dependency graph for dispatcher.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aria::runtime::IDispatcher
 Abstract main-thread dispatcher. More...
class  aria::runtime::SimpleDispatcher
 In-process dispatcher: runs queued callables when pump() is invoked (typically from your main loop). More...

Namespaces

namespace  aria
namespace  aria::runtime

Functions

std::shared_ptr< IDispatcheraria::runtime::main_dispatcher ()
 Obtain an owning snapshot of the main dispatcher.
void aria::runtime::set_main_dispatcher (std::shared_ptr< IDispatcher > dispatcher)