SkillAgentSearch skills...

CrossThreadQueue

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

Install / Use

/learn @jules-ai/CrossThreadQueue
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated1mo ago
Forks0

Languages

C++

Security Score

90/100

Audited on Feb 22, 2026

No findings