Skip to content

CP guidelines for mutex in class #658

@KindDragon

Description

@KindDragon

Try to use single mutex to protect all class data members
http://stackoverflow.com/a/14600868/61505

If you have several mutexes in one class try to divide to several classes or at least document which mutex protect which data members.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions