Skip to content

maldiva/CandyEater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CandyEater

Multithreading TestTask solution
Simple multithreading program imitating candy eating base with bunch of machines eating candies from queue.

  • All candies have flavour
  • No candies with the same flavour can be eaten at the same time
  • All candyeaters can eat maximum of 1 candy at the same time
  • Candies queue should preferably maintain the order
  • Candies should be eaten by all the available eaters at the moment
  • Candy eating process may take some time
  • Candy eating process may cause an error

About

TestTask solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages