Skip to content
/ cync Public

Parallel worker pool that supports generic jobs.

License

Notifications You must be signed in to change notification settings

jutkko/cync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it

cync is a library that supports parallel worker pool written in Golang.

Why should I use it

It is versatile in the sense that it supports multiple types of scenarios.

  1. Flexible. Allows the user to freely define what the worker function should do
  2. Simple to use. Examples coming soon

It it reliable?

Fully tested. Also ran used in backend services in real world production environments.

Installation

Want to try the library out?

go get github.com/jutkko/cync

About

Parallel worker pool that supports generic jobs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages