package
0.0.0-20200908093724-88f1b8619d07
Repository: https://github.com/spoke-d/task.git
Documentation: pkg.go.dev

# Functions

Block creates a blocking executional group that waits until some other group action finishing, causing the closing of the group action.
Interrupt creates a blocking executional group that becomes free if a interupt or terminate os signal is received.
NewGroup creates a new group.

# Structs

Group collects actions (functions) and runs them concurrently.