Skip to content

A golang library to execute tasks(io calls/processing) in parallel

Notifications You must be signed in to change notification settings

bhaskarsaraogi/executor

Repository files navigation

A golang library to execute tasks(io calls/processing) in parallel

Uses a two tier channel system for queuing jobs and a worker pool(set of goroutines) to operate on jobs queued via channel as soon as the worker becomes available to process next job

About

A golang library to execute tasks(io calls/processing) in parallel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages