Skip to content

A thread safe queue that can be used in multi-thread project

License

Notifications You must be signed in to change notification settings

jules-ai/CrossThreadQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cross Thread Queue

Introduction

A thread safe queue that can be used in multi-thread project

Tested Environment

  • Ubuntu 18.04
  • g++ 9.4.0
  • cmake 3.10.2

How to Build example

rm build -rf
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=./ ..
make install/strip

How to Run example

./lib/ctQueue

Maintainers

Jules https://github.com/jules-ai

About

A thread safe queue that can be used in multi-thread project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published