File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ overwritten.
34
34
35
35
## Thread Safety
36
36
37
- It is safe to call this function from any thread. This function acquires
37
+ It is safe to call this function from any thread. This function acquires
38
38
simultaneous mutex locks on both the source and destination property sets.
39
39
40
40
## Version
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Obtain a multi-threaded lock for these properties. Other threads will wait
29
29
while trying to lock these properties until they are unlocked. Properties
30
30
must be unlocked before they are destroyed.
31
31
32
- The lock is automatically taken when getting and setting individual properties; this
33
- function is only needed when you want to get and/or set several properties atomically
32
+ The lock is automatically taken when setting individual properties, this
33
+ function is only needed when you want to set several properties atomically
34
34
or want to guarantee that properties being queried aren't freed in another
35
35
thread.
36
36
You can’t perform that action at this time.
0 commit comments