package
0.1.0
Repository: https://github.com/pasataleo/go-threading.git
Documentation: pkg.go.dev

# 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.

# Interfaces

Future is a generic interface that represents a future value.
FutureE is a generic interface that represents a future value.
FutureEV is a generic interface that represents a future value.
FutureV is a generic interface that represents a future value.