Skip to content

Commit

Permalink
update date and add link
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech committed Oct 30, 2024
1 parent 8ff328e commit 7ecabf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/challenges/0007-atomic-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

- **Status:** Open
- **Tracking Issue:** [#83](https://github.com/model-checking/verify-rust-std/issues/83)
- **Start date:** *2024-09-19*
- **Start date:** *2024-10-30*
- **End date:** *2024-12-10*

-------------------

## Goal

`core::sync::atomic` provides methods that operate on atomic types.
[`core::sync::atomic`](https://doc.rust-lang.org/std/sync/atomic/index.html) provides methods that operate on atomic types.
For example, `AtomicBool::store(&self, val: bool, order: Ordering)` stores `val` in the atomic boolean referenced by `self` according to the specified [atomic memory ordering](https://doc.rust-lang.org/std/sync/atomic/enum.Ordering.html).

The goal of this challenge is to verify that these methods are safe.[^1]
Expand Down

0 comments on commit 7ecabf1

Please sign in to comment.