ESP-IDF
future
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
future
future struct
Syntax
Show:
Summary
Declaration
from
future.h:24
struct
future
{
bool
ready_can_be_called
;
osi_sem_t
semaphore
;
void
*
result
;
}
;
Fields
Field
Declared as
future::ready_can_be_called
bool
future::semaphore
osi_sem_t
future::result
void
*
Related Functions
Found 3 other functions taking a
future
argument:
Function
future_await()
future_ready()
future_free()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out