jonsam-ng / 100-days-of-js

100 days to enhance your skills πŸ’ͺ on JavaScript. JavaScriptζŠ€θƒ½ζε‡100ε€©γ€‚πŸ§‘β€πŸ’»πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»
https://100js.jonsam.site/
MIT License
1 stars 0 forks source link

CS: Computer Science #2

Open jonsam-ng opened 2 years ago

jonsam-ng commented 2 years ago

https://100js.jonsam.site/CS/%E5%BC%80%E5%A7%8B%E4%B8%8A%E6%89%8B

100 days to enhance your skills on JavaScript.

jonsam-ng commented 2 years ago

When two or more process cooperates with each other, their order of execution must be preserved otherwise there can be conflicts in their execution and inappropriate outputs can be produced.

A cooperative process is the one which can affect the execution of other process or can be affected by the execution of other process. Such processes need to be synchronized so that their order of execution can be guaranteed.