C/C++ API Reference
Loading...
Searching...
No Matches
pw::async2::internal::BoxedFutureBase< T > Class Template Referenceabstract
Inheritance diagram for pw::async2::internal::BoxedFutureBase< T >:
pw::async2::internal::BoxedFutureImpl< T, FutureType >

Public Types

using value_type = T
 

Public Member Functions

 BoxedFutureBase (const BoxedFutureBase &)=delete
 
BoxedFutureBaseoperator= (const BoxedFutureBase &)=delete
 
 BoxedFutureBase (BoxedFutureBase &&)=default
 
BoxedFutureBaseoperator= (BoxedFutureBase &&)=default
 
virtual bool is_pendable () const =0
 
virtual bool is_complete () const =0
 
virtual Poll< T > Pend (Context &cx)=0
 

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