ESP-IDF
future::ready_can_be_called
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
future::ready_can_be_called
future::ready_can_be_called field
Syntax
Show:
Summary
Declaration
from
future.h:25
bool
ready_can_be_called
;
Examples
References
from
examples
Code
Location
Referrer
bool
ready_can_be_called
;
future.h:25
ret
->
ready_can_be_called
=
true
;
future.c:39
future_new()
ret
->
ready_can_be_called
=
false
;
future.c:55
future_new_immediate()
assert
(
future
->
ready_can_be_called
)
;
future.c:65
future_ready()
future
->
ready_can_be_called
=
false
;
future.c:67
future_ready()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
future::ready_can_be_called
is written by 3 functions and is read by 1 function:
future_new()
future_new_immediate()
future_ready()
All items filtered out
future::ready_can_be_called
future_ready()
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