SkillAgentSearch skills...

BlockingQueue

A thread-safe implementation of a queue that blocks a thread on push if the queue is full, and optionally blocks a thread on pop if the queue is empty.

Install / Use

/learn @AnthonyJPerez/BlockingQueue
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BlockingQueue

A thread-safe implementation of a queue that blocks a thread on push if the queue is full, and optionally blocks a thread on pop if the queue is empty.

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks3

Languages

C++

Security Score

70/100

Audited on Jul 4, 2023

No findings