Specialization for a future that does not return any value, just a completion signal.
Public Types | |
| using | value_type = ReadyType |
Public Member Functions | |
| ValueFuture (ValueFuture &&other)=default | |
| ValueFuture & | operator= (ValueFuture &&other)=default |
| Poll | Pend (Context &cx) |
| bool | is_complete () const |
Static Public Member Functions | |
| static ValueFuture | Resolved () |
Static Public Attributes | |
| static constexpr char | kWaitReason [] = "ValueFuture<void>" |
Friends | |
| class | FutureCore |
| class | ValueProvider< void > |
| class | BroadcastValueProvider< void > |