tmp/tmpa_6y5q33/{from.md → to.md}
RENAMED
|
@@ -13,7 +13,7 @@ m.try_lock()
|
|
| 13 |
without blocking. If an exception is thrown then a lock shall not have
|
| 14 |
been acquired for the current execution agent.
|
| 15 |
|
| 16 |
*Return type:* `bool`.
|
| 17 |
|
| 18 |
-
*Returns:* `true` if the lock was acquired, `false`
|
| 19 |
|
|
|
|
| 13 |
without blocking. If an exception is thrown then a lock shall not have
|
| 14 |
been acquired for the current execution agent.
|
| 15 |
|
| 16 |
*Return type:* `bool`.
|
| 17 |
|
| 18 |
+
*Returns:* `true` if the lock was acquired, otherwise `false`.
|
| 19 |
|