Skip to content
/ go-shm Public

Provides functions to open and unlink shared memory without relying on cgo.

License

Notifications You must be signed in to change notification settings

tmthrgd/go-shm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-shm

GoDoc

go-shm provides functions to open and unlink shared memory without relying on cgo (on Linux). It provides an implementation of shm_open and shm_unlink from sys/mman.h.

Download

go get github.com/tmthrgd/go-shm

License

Unless otherwise noted, the go-shm source files are distributed under the Modified BSD License found in the LICENSE file.

About

Provides functions to open and unlink shared memory without relying on cgo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages