Difference between revisions of "Coding Conventions"
From Agility
(→Critical sections should be small and predictable) |
|||
| Line 4: | Line 4: | ||
==Multithreading== | ==Multithreading== | ||
| − | + | # Critical sections should be small and predictable | |
Revision as of 14:33, 23 January 2017
Multithreading
- Critical sections should be small and predictable