Difference between revisions of "Coding Conventions"

From Agility
Jump to: navigation, search
(Critical sections should be small and predictable)
Line 4: Line 4:
 
==Multithreading==
 
==Multithreading==
  
===Critical sections should be small and predictable===
+
# Critical sections should be small and predictable

Revision as of 14:33, 23 January 2017


Multithreading

  1. Critical sections should be small and predictable