Skip to content

lddelchev/blocking-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linked implementation of a blocking queue.

A blocking queue is a queue with a specific capcity that can be accessed by many threads simultaneously. The queue blocks a thread when it tries to pop an element and the queue is empty, or if it tries to push an element and the queue is full.

About

This repository contains an implementation of a blocking queue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages