Skip to content

zhangxiansheng30/MultiThreadLearning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultiThreadLearning

#经典多线程同步问题,分别是哲学家吃饭、读者写者、消费者生产者模型
#采用C++11的多线程库,linux和window下都可以运行
g++ read_write.cpp -o read_write -pthread -g

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%