Do some work on TurfWar

This commit is contained in:
Justine Tunney 2022-10-07 03:11:07 -07:00
parent bc353f454b
commit 05197afca2
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
12 changed files with 499 additions and 181 deletions

View file

@ -4626,7 +4626,7 @@ UNIX MODULE
Fetches then adds value.
This method modifies the word at `word_index` to contain the sum of
its value and the `value` paremeter. This method then returns the
its value and the `value` parameter. This method then returns the
value as it existed before the addition was performed.
This operation is atomic and provides the same memory barrier