# Functions
No description provided by the author
NewGoroutineLimiter creates a new GoroutineRunner that limits the number of goroutines.
NewSynchronousGoroutineRunner creates a new goroutine runner that runs the goroutines synchronously.
SubmitFuture creates a new future that will run the given function in a go routine.
# Structs
Future provides a way to easily start a go routine and get the result of the go routine later.
No description provided by the author
No description provided by the author
# Interfaces
Future provides a way to easily start a go routine and get the result of the go routine later.