DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Custom executor for async operations when std::execution is not available. More...
#include <realtime_integrator.hpp>
Public Member Functions | |
CustomExecutor (size_t num_threads=std::thread::hardware_concurrency()) | |
template<typename F > | |
auto | submit (F &&func) -> std::future< std::invoke_result_t< F > > |
void | shutdown () |
Custom executor for async operations when std::execution is not available.
Definition at line 89 of file realtime_integrator.hpp.
|
inline |
Definition at line 91 of file realtime_integrator.hpp.
|
inline |
Definition at line 99 of file realtime_integrator.hpp.
|
inline |
Definition at line 126 of file realtime_integrator.hpp.
|
inline |
Definition at line 104 of file realtime_integrator.hpp.