We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Synchronization, Part 4: The Critical Section Problem (markdown)
Fix italics style
Update linux documentation on memory barriers
Fix typo.
Added Sections
Added mutex implementation
I think peterson's solution mentioned here was incorrect. Reference: https://en.wikipedia.org/wiki/Peterson's_algorithm
Peterson's solutions was incorrect. It had "or" in the wait statement instead of an "and".
Clarified what a strict turn-based approach is.
Removed sentence I added because it was already in the beginning of the paragraph.
Fixed grammar.
Added a sentence further describing what's wrong with naive turn-based solution.
Added a sentence explaining what "raising my flag" means.
Replaced ' with `.
Markdownify ELs to ease book conversion.