add Features

This commit is contained in:
hslam 2020-11-29 14:46:02 +08:00
parent ab9f7af080
commit ed1be34b5c
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@
Package ipc provides a way to use System V IPC. System V IPC includes three interprocess communication mechanisms that are widely available on UNIX systems: message queues, semaphore, and shared memory.
## Features
* [Ftok](https://github.com/hslam/ftok "ftok")
* [Message queues](https://github.com/hslam/msg "msg")
* [Semaphores](https://github.com/hslam/sem "sem")
* [Shared memory](https://github.com/hslam/shm "shm")
## Get started
### Install