Structs§
- Future
- A representation of a value that may not be available yet, allowing for asynchronous computation.
- Thread
Pool - A thread pool that manages a set of worker threads to execute tasks concurrently.
Enums§
- Future
State - Represents the possible states of a
Future
.