Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 723 Bytes

File metadata and controls

11 lines (7 loc) · 723 Bytes

Build Status Go Report Card GoDoc

Lightweight Workpool

This package provides a lightweight abstraction around a work function to make it easier to create work pools with early termination. This leaves you free to focus on the problem being solved and the data pipeline, while the work pool manages concurrency of execution.

Example

See example_full_test.go.