Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw_async2
  5. Tasks
  6. pw::async2::FutureTaskBase Class Reference
Loading...
Searching...
No Matches
pw::async2::FutureTaskBase Class Reference
Inheritance diagram for pw::async2::FutureTaskBase:
pw::async2::Task pw::IntrusiveQueue< T >::Item pw::async2::Context pw::async2::FutureTask< T >

Additional Inherited Members

- Public Member Functions inherited from pw::async2::Task
constexpr Task (log::Token name=kDefaultName)
 
 Task (const Task &)=delete
 
 Task (Task &&)=delete
 
Taskoperator= (const Task &)=delete
 
Taskoperator= (Task &&)=delete
 
virtual ~Task ()
 
Poll Pend (Context &cx)
 
bool IsRegistered () const
 
void Deregister ()
 
void BlockingJoin ()
 
- Protected Types inherited from pw::async2::Task
using Context = ::pw::async2::Context
 

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