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

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages