jbcoe / jbcoe/mutex_protected

Dereference mutex_protected directly?

Open
#37 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.