splunk / pipelines

Concurrent processing pipelines in Go.
MIT License
21 stars 8 forks source link

add tsync package #18

Closed kalexmills-splunk closed 2 years ago

kalexmills-splunk commented 2 years ago

Adds type-safe versions of functionality from the standard library which uses sync.

The name tsync was chosen as an abbreviation of 'type-safe sync'.