C/C++ API Reference
Loading...
Searching...
No Matches
pw::async2::ValueFuture< void > Class Reference

Overview

Specialization for a future that does not return any value, just a completion signal.

Public Types

using value_type = void
 

Public Member Functions

 ValueFuture (ValueFuture &&other)=default
 
ValueFutureoperator= (ValueFuture &&other)=default
 
Poll Pend (Context &cx)
 
bool is_pendable () const
 
bool is_complete () const
 

Static Public Member Functions

static ValueFuture Resolved ()
 

Friends

class ValueProvider< void >
 
class BroadcastValueProvider< void >
 

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