Interface | Description |
---|---|
Logger |
A Logger is an interface defining basic logging functions
for use in tools.
|
Class | Description |
---|---|
Executor |
An Executor is an abstract class that is extended
by classes that execute tasks in a permanent single thread.
|
Fifo |
A first-in first-out queue, implemented as circular buffer.
|
Task |
Represents a unit of execution to be performed by an Executor.
|
TimerExecutor |
An Executor that performs timer tasks.
|
TimerTask |
A task used in conjunction with a TimerExecutor.
|
Copyright © 2023. All rights reserved.