(Translated by https://www.hiragana.jp/)
GitHub - eslizn/shm
Skip to content

eslizn/shm

Repository files navigation

shared memory for go

いんゆう需要じゅようどおり过golang访问其他语言创建てきどもとおるないそん所以ゆえんふうそうりょう这个库来直接ちょくせつ操作そうさどもとおるないそん

Api

开共とおるないそん

func Open(key int) (Segment, error)

创建どもとおるないそん

func Create(size int, flags int, mode int) (Segment, error)

分配ぶんぱいないそん

segment.Attach() (uintptr, error)

ぶん离内そん

segment.Detach() error

Tips

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages