File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments