Abstract interface for providing a concrete runtime instance. More...
#include <xronos/sdk/runtime_provider.hh>
Public Member Functions | |
| virtual auto | get_runtime () const noexcept -> std::unique_ptr< runtime::Runtime >=0 | 
| Get a runtime instance.  | |
Abstract interface for providing a concrete runtime instance.
An implementation of this interface can be passed to Environment::execute() to provide a runtime for execution.