Skip to content

winder/workpool

Repository files navigation

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.

About

A lightweight work pool with cancel.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages