MotionLib
1.0.0
SamBuCa motion library
|
Public Types | |
typedef oatpp::async::CoroutineWithResult< FutureCoroutine< T >, const T & > | CoroutineWithResult |
Public Member Functions | |
FutureCoroutine (const std::shared_future< T > &future) | |
oatpp::async::Action | act () override |
Public Attributes | |
std::chrono::milliseconds | delay {1} |
std::shared_future< T > | future |
Definition at line 41 of file FutureCoroutine.hpp.