Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 267 Bytes

File metadata and controls

6 lines (4 loc) · 267 Bytes

shm_utils

This is a set of data structures that are stored in shared memory.

The data structures provided are a fixed length array, a vector, and a doubly linked list.

This package also provides a multi-process mutex implemented using the Linux FUTEX capability.