Public Member Functions | |
| BoxedFutureImpl (FutureType &&future) | |
| bool | is_pendable () const override |
| bool | is_complete () const override |
| Poll< T > | Pend (Context &cx) override |
Public Member Functions inherited from pw::async2::internal::BoxedFutureBase< T > | |
| 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 |
Additional Inherited Members | |
Public Types inherited from pw::async2::internal::BoxedFutureBase< T > | |
| using | value_type = T |
|
inlineoverridevirtual |
Implements pw::async2::internal::BoxedFutureBase< T >.
|
inlineoverridevirtual |
Implements pw::async2::internal::BoxedFutureBase< T >.
|
inlineoverridevirtual |
Implements pw::async2::internal::BoxedFutureBase< T >.