Skip to content

RobinGeuze/waitqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waitqueue

A simple wait queue that allows you to queue something as a producer and wait till some consumer has finished processing it.

The design is completely threadsafe but it might be CPU heavy when the queue is often filled.

About

WaitQueue written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages