Goroutines packages

Showing projects tagged as Goroutines

  • ants

    9.7 5.6 Go
    🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
  • conc

    9.4 5.9 Go
    Better structured concurrency for go
  • tunny

    8.7 0.0 Go
    A goroutine pool for Go
  • goworker

    8.4 3.3 Go
    goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.
  • pond

    8.0 5.8 Go
    🔘 Minimalistic and High-performance goroutine worker pool written in Go
  • grpool

    7.0 0.0 Go
    Lightweight Goroutine pool
  • pool

    6.8 0.0 Go
    :speedboat: a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation
  • Go-Taskflow

    6.5 5.2 Go
    A pure go General-purpose Task-parallel Programming Framework with integrated visualizer and profiler
  • gowp

    6.5 3.0 Go
    golang worker pool , Concurrency limiting goroutine pool
  • flowmatic

    5.8 0.0 Go
    Structured concurrency made easy
  • go-actor

    5.5 4.9 Go
    A lightweight library for writing concurrent programs in Go using the Actor model.
  • go-floc

    5.4 0.0 Go
    Floc: Orchestrate goroutines with ease.
  • Goflow

    5.3 0.0 Go
    Simply way to control goroutines execution order based on dependencies
  • artifex

    5.2 3.3 Go
    Simple in-memory job queue for Golang using worker-based dispatching
  • go-workers

    4.8 0.0 Go
    DISCONTINUED. 👷 Library for safely running groups of workers concurrently or consecutively that require input and output through channels
  • async

    4.7 0.0 Go
    A safe way to execute functions asynchronously, recovering them in case of panic. It also provides an error stack aiming to facilitate fail causes discovery.
  • semaphore go

    4.6 0.0 Go
    Fast resizable golang semaphore primitive
  • cyclicbarrier

    4.6 0.0 Go
    CyclicBarrier golang implementation
  • neilotoole/errgroup

    4.6 0.0 Go
    errgroup with goroutine worker limits
  • Syncs

    4.4 2.3 Go
    Concurrency and synchronization primitives
  • GoSlaves

    4.4 0.0 Go
    DISCONTINUED. Simple and Asynchronous Goroutine pool library.
  • gollback

    4.2 0.0 Go
    Go asynchronous simple function utilities, for managing execution of closures and callbacks
  • threadpool

    4.2 0.0 Go
    Golang simple thread pool implementation
  • Hunch

    4.0 0.0 Go
    DISCONTINUED. <UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
  • workerpool

    3.9 0.0 Go
    Go simple async worker pool
  • semaphore

    3.9 0.0 Go
    🚦 Semaphore pattern implementation with timeout of lock/unlock operations.
  • gpool

    3.5 0.0 Go
    DISCONTINUED. gpool - a generic context-aware resizable goroutines pool to bound concurrency based on semaphore.
  • goccm

    3.5 0.0 Go
    Limits the number of goroutines that are allowed to run concurrently
  • go-do-work

    3.5 0.0 Go
    Dynamically resizable pools of goroutines which can queue an infinite number of jobs.
  • An exit strategy for go routines.

    3.3 0.0 Go
    DISCONTINUED. An exit strategy for go routines