Public Types | |
| using | value_type = T |
Public Member Functions | |
| BoxedFutureBase (const BoxedFutureBase &)=delete | |
| BoxedFutureBase & | operator= (const BoxedFutureBase &)=delete |
| BoxedFutureBase (BoxedFutureBase &&)=default | |
| BoxedFutureBase & | operator= (BoxedFutureBase &&)=default |
| virtual bool | is_pendable () const =0 |
| virtual bool | is_complete () const =0 |
| virtual Poll< T > | Pend (Context &cx)=0 |