Skip to content

Commit edb3ff7

Browse files
committed
Updated readme
1 parent 139be78 commit edb3ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ ___
3030
- [x] `scl::synchronized_value` - A wrapper around a mutex and an object to provide safe concurrent access to it, conforms to the `sync` trait
3131
- [ ] Reflection based implementation that checks `sync` recursively
3232
### Data race checker
33-
- [ ] `check_state` and `scoped_check` to manually check for data-races on function calls
34-
- [ ] `date_race_registry` to avoid having to use a `check_state` member
33+
- [x] `check_state` and `scoped_check` to manually check for data-races on function calls
34+
- [x] `data_race_registry` to avoid having to use a `check_state` member
3535
### Meta-classes
3636
- [ ] `data_race_checked` - Checks for data races during every function call
3737
- [ ] `mutex` - Locks access during every function call, conforms to `sync`

0 commit comments

Comments
 (0)