# msgque **Repository Path**: CreatorLy/msgque ## Basic Information - **Project Name**: msgque - **Description**: A message queue method for linux multi-thread communication. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-25 - **Last Updated**: 2021-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Description: A method for linux multi-thread communication [Howto] There is a sample program for message queue demo. Compile this demo: 1. copy main.c from $(SRCROOT)/samples/quickstart/ to $(SRCROOT) 2. gcc -o demo src/msgque.c src/msgque.h main.c -lpthread -Wall 3. run ./demo [Wiki page] https://github.com/chenxy1988/msgque/wiki History: Feb 21/2017 Add a beautiful readme Add core source code