首页 > 编程语言 > 详细

unyielding 是否屈服与多线程 勿以恶小而为之 threads are a bad idea

时间:2019-05-21 23:48:30      阅读:149      评论:0      收藏:0      [点我收藏+]

 小结:

1、

 python的妥协

2、

As we know, threads are a bad idea, (for most purposes). Threads make local reasoning difficult, and local reasoning is perhaps the most important thing in software development.

With the word “threads”, I am referring to shared-state multithreading, despite the fact that there are languages, like Erlang and Haskell which refer to concurrent processes – those which do not implicitly share state, and require explicit coordination – as “threads”.

 

https://glyph.twistedmatrix.com/2014/02/unyielding.html

 

unyielding 是否屈服与多线程 勿以恶小而为之 threads are a bad idea

原文:https://www.cnblogs.com/yuanjiangw/p/10903156.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!