FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
future::AbstractFakeFuture Class Reference

Base class for all FakeFutures. More...

#include <fastarduino/future.h>

Inheritance diagram for future::AbstractFakeFuture:

Friends

template<typename F >
class AbstractFuturesGroup
 

Detailed Description

Base class for all FakeFutures.

A FakeFuture is an implementation for a specific Future that shall be used and completed within a single function. It is used only as an optimization surrogate for I2C devices working in synchronous mode, and should generally not be needed in applications.

See also
AbstractFuture
FakeFuture

Definition at line 1141 of file future.h.

Friends And Related Function Documentation

◆ AbstractFuturesGroup

template<typename F >
friend class AbstractFuturesGroup
friend

Definition at line 1288 of file future.h.


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