We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139be78 commit edb3ff7Copy full SHA for edb3ff7
1 file changed
README.md
@@ -30,8 +30,8 @@ ___
30
- [x] `scl::synchronized_value` - A wrapper around a mutex and an object to provide safe concurrent access to it, conforms to the `sync` trait
31
- [ ] Reflection based implementation that checks `sync` recursively
32
### 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
+- [x] `check_state` and `scoped_check` to manually check for data-races on function calls
+- [x] `data_race_registry` to avoid having to use a `check_state` member
35
### Meta-classes
36
- [ ] `data_race_checked` - Checks for data races during every function call
37
- [ ] `mutex` - Locks access during every function call, conforms to `sync`
0 commit comments