Skip to content

spatialcurrent/go-sync-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Go Report Card GoDoc license

go-sync-catalog

Description

go-sync-catalog (aka GSC) is a simple library providing a concurrency-safe catalog of objects. GSC uses a *sync.RWMutex to block writes during read operations.

Usage

Go

You can import go-sync-catalog as a library with:

import (
  "github.com/spatialcurrent/go-sync-catalog/gsc"
)

See gsc in GoDoc for information on how to use Go API.

Contributing

Spatial Current, Inc. is currently accepting pull requests for this repository. We'd love to have your contributions! Please see Contributing.md for how to get started.

License

This work is distributed under the MIT License. See LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published