Skip to content

sathishm8/lfq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Job Queues

generic job queue for single producer-consumer and multiple producer-consumer job queueing and processing. For mpmc the design is to have one queue per producer-consumer pair with an access token, any other atomic methods to access single queue concurrently invovles some sort of spinning to achieve concurrency amongst producers during queueing and amongst consumers during dequeueing which is similar to using spinlocks.

About

lock free queue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published