Skip to content

Instantly share code, notes, and snippets.

View marcetcheverry's full-sized avatar

Marc Etcheverry marcetcheverry

View GitHub Profile
@marcetcheverry
marcetcheverry / README.md
Created October 16, 2017 03:19 — forked from yamnikov-oleg/LICENSE
Shared (interprocess) mutexes on Linux

shared_mutex

Microlibrary for inter-process mutexes on Linux.

Example which says it all

#include "shared_mutex.h"
#include <stdio.h>