package
0.0.0-20241028201323-e0217b8d4cc0
Repository: https://github.com/iopsystems/pg-schema-diff.git
Documentation: pkg.go.dev
# 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.