Crate stp

Source

Structs§

Future
A representation of a value that may not be available yet, allowing for asynchronous computation.
ThreadPool
A thread pool that manages a set of worker threads to execute tasks concurrently.

Enums§

FutureState
Represents the possible states of a Future.

Type Aliases§

ArcFuture