ervitis / poolerchan

simple worker pool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoolerChan

Simple worker pool library for golang

Getting Started

Prerequisites

Requirements for the software and other tools to build, test and push

Installing

You can use the generator like this:

go get github.com/ervitis/poolerchan

You can see some examples in the folder _examples

Running the tests

make tests

Built With

  • Go1.21

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the Apache 2.0

Tasks

Tasks done

  • N workers
  • N tasks
  • Logger
  • Cleanup queues
  • Check context

Pending tasks

  • Handle errors
    • Ignore some kind of errors -> Nope possible

Dev notes

About

simple worker pool

License:Apache License 2.0


Languages

Language:Go 96.1%Language:Makefile 3.9%