Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 969 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 969 Bytes

go-sync

Go Report Card GitHub go.mod Go version License: Apache-2.0 Slack Invite

A collection of synchronization utilities.

Status

Consider this project to be in alpha. The API is not stable and may change at any time.

Overview

sync.Executor - a simple executor interface, with a bounded executor implementation available by using sync.NewExecutor

sync.Collector - a simple interface to concurrently execute tasks and get the results

sync.List - a concurrent list, queue, and stack implementation