Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw_async2
  5. Dispatchers
Loading...
Searching...
No Matches
Dispatchers

Overview

Interface for the cooperative scheduler and concrete implementations.

Learn more: Dispatchers

Classes

class  pw::async2::BasicDispatcher
 
class  pw::async2::Dispatcher
 
class  pw::async2::DispatcherForTestFacade< Native >
 
class  pw::async2::EpollDispatcher
 
class  pw::async2::NotifiedDispatcher
 
class  pw::async2::RunnableDispatcher
 

Typedefs

using pw::async2::DispatcherForTest = DispatcherForTestFacade< backend::NativeDispatcherForTest >
 

Typedef Documentation

◆ DispatcherForTest

using pw::async2::DispatcherForTest = typedef DispatcherForTestFacade<backend::NativeDispatcherForTest>

DispatcherForTest is a RunnableDispatcher implementation to use in unit tests. See DispatcherForTestFacade for details.