sysprog21 / concurrency-primer

Concurrency Primer
Creative Commons Attribution Share Alike 4.0 International
64 stars 12 forks source link

Enforce consistent naming scheme #13

Closed weihsinyeh closed 4 weeks ago

weihsinyeh commented 4 weeks ago

In Chapter 1 Background, renamed variable in threadB() function for clarity and consistency:

In Chapter 2 Enforcing law and order, renamed variable in threadB() function to improve consistency:

jserv commented 4 weeks ago

Thank @weihsinyeh for contributing!