Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

faf0/conqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a double-ended queue (linked list) implementation providing thread-safe and re-entrant interface functions. It supports the following operations:

  • push front
  • push back
  • pop front
  • pop back
  • queue traversal

This is my solution of an assignment in the course CS511 (Concurrent Programming) at Stevens Institute of Technology in the Fall of 2012.

Copyright

(Copyright) 2012 Fabian Foerg

About

thread-safe and re-entrant double-ended queue (linked list) implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages