package
0.9.4
Repository: https://github.com/gerbenjacobs/terraform.git
Documentation: pkg.go.dev

# Functions

Run wraps and runs the given cancellable function and returns the Wrapped struct that can be used to listen for events, cancel on other events (such as timeouts), etc.

# Structs

Wrapped is the return value of wrapping a function.

# Type aliases

CancellableFunc is a function that cancels if it receives a message on the given channel.