Skip to content

Instantly share code, notes, and snippets.

@mreinart
mreinart / README.md
Created August 15, 2020 15:07 — forked from marcetcheverry/README.md
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>