Difference between revisions of "Coding Conventions"

From Agility
Jump to: navigation, search
(Created page with "Category:FastNET Category:Development")
 
Line 1: Line 1:
 
[[Category:FastNET]]
 
[[Category:FastNET]]
 
[[Category:Development]]
 
[[Category:Development]]
 +
 +
==Multithreading==
 +
 +
===Critical sections should be small and predictable===

Revision as of 14:33, 23 January 2017


Multithreading

Critical sections should be small and predictable