MotionLib  1.0.0
SamBuCa motion library
Public Types | Public Member Functions | Public Attributes | List of all members
smc::debug::FutureCoroutine< T > Class Template Reference
Inheritance diagram for smc::debug::FutureCoroutine< T >:
Inheritance graph
[legend]
Collaboration diagram for smc::debug::FutureCoroutine< T >:
Collaboration graph
[legend]

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
 

Detailed Description

template<typename T>
class smc::debug::FutureCoroutine< T >

Definition at line 41 of file FutureCoroutine.hpp.


The documentation for this class was generated from the following file: