Documentation ¶
Overview ¶
Package para implements parallel execution helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
Runner wraps the lifecycle methods of a new task set.
Run wil block until a worker is available or the context is cancelled, and then run the given func in a new goroutine. Wait will wait for all the running goroutines to finish.
Click to show internal directories.
Click to hide internal directories.