Dereference mutex_protected directly?
Open
- Dominant language
- CMake
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In boost and #24 you can dereference `mutex_protected` directly: `*val += 2` instead of `val.lock() += 2` or `vec->append(1)` instead of `vec.lock()->append(1)`. Should we support that too?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.