8000 GitHub - turnarond/msgque: A message queue method for linux multi-thread communication.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

turnarond/msgque

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A message queue method for linux multi-thread communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • CMake 2.2%
0