ESP-IDF
ot::Tasklet::Scheduler
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Tasklet::Scheduler
ot::Tasklet::Scheduler class
Implements the tasklet scheduler.
Syntax
Show:
Summary
Declaration
from
tasklet.hpp:66
class
Scheduler
:
private
NonCopyable
{
friend
class
Tasklet
;
public
:
Scheduler
(
void
)
:
mTail
(
nullptr
)
{
}
bool
AreTaskletsPending
(
void
)
const
{
return
mTail
!=
nullptr
;
}
void
ProcessQueuedTasklets
(
void
)
;
private
:
void
PostTasklet
(
Tasklet
&
aTasklet
)
;
Tasklet
*
mTail
;
}
;
Fields
Field
Declared as
ot::Tasklet::Scheduler::mTail
Tasklet
*
Methods
AreTaskletsPending() const
Indicates whether or not there are tasklets pending.
ProcessQueuedTasklets()
Processes all tasklets queued when this is called.
PostTasklet()
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