Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/golang-design/lockfree

⚡️ lock-free utilities in Go
https://github.com/golang-design/lockfree

algorithms lock-free non-blocking

Last synced: 2 days ago
JSON representation

⚡️ lock-free utilities in Go

Awesome Lists containing this project

README

        

# lockfree

[![PkgGoDev](https://pkg.go.dev/badge/golang.design/x/lockfree)](https://pkg.go.dev/golang.design/x/lockfree) [![Go Report Card](https://goreportcard.com/badge/golang.design/x/lockfree)](https://goreportcard.com/report/golang.design/x/lockfree)
![lockfree](https://github.com/golang-design/lockfree/workflows/lockfree/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/golang-design/lockfree/branch/master/graph/badge.svg)](https://codecov.io/gh/golang-design/lockfree)

Package lock-free offers lock-free utilities in Go.

```
import "golang.design/x/lockfree"
```

## Contributing

We would love to have your experiences. Feel free to [submit an issue](https://golang.design/x/lockfree/issues/new) for requesting a new implementation or bug report.

## License

MIT © [Changkun Ou](https://changkun.de)