Skip to content

hexon/futex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

futex

Go Reference

This library provides functions for using Futexes. They are thin wrappers around the system call futex(2).

I'm hoping you'll only use this for cross-process communication and use the regular sync package if you don't need that. But I'm a README, not a cop.

I recommend you only use addresses you mmap()ed yourself, because Go might one day get a moving garbage collector.

About

Futexes for IPC in Golang

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages