nekomeowww / pipepool

A concurrency dispatching module called Pipe Pool written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipepool

Go Report Unit Tests

Implementation of pipe-pool concurrency dispatching system.

Features:

  • Go 1.18 Generics support
  • Message locking
  • Queueing
  • Concurrency safe
  • Works well with Message Queues

TODOs:

  • Implementations
  • Unit tests
  • Integrated with CI/CD
  • Add License
  • Benchmarks
  • Go doc examples
  • Documentations

About

A concurrency dispatching module called Pipe Pool written in Golang

License:MIT License


Languages

Language:Go 100.0%