# Functions
ImmediateFuture creates a future that runs the given function immediately.
ImmediateFutureE creates a future that runs the given function immediately.
ImmediateFutureEV creates a future that runs the given function immediately.
ImmediateFutureV creates a future that runs the given function immediately.
NewThreadPool creates a new thread pool with the given number of threads.
Run runs the given function in the given thread pool.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Structs
ThreadPool is a thread pool that can be used to run functions concurrently.