From Jason Turner

[thread.req.lockable.timed]

Diff to HTML by rtfpessoa

tmp/tmpw_94nv87/{from.md → to.md} RENAMED
@@ -18,11 +18,11 @@ within the relative timeout [[thread.req.timing]] specified by
18
  execution agent. If an exception is thrown then a lock has not been
19
  acquired for the current execution agent.
20
 
21
  *Return type:* `bool`.
22
 
23
- *Returns:* `true` if the lock was acquired, `false` otherwise.
24
 
25
  ``` cpp
26
  m.try_lock_until(abs_time)
27
  ```
28
 
@@ -33,7 +33,7 @@ before the absolute timeout [[thread.req.timing]] specified by
33
  execution agent. If an exception is thrown then a lock has not been
34
  acquired for the current execution agent.
35
 
36
  *Return type:* `bool`.
37
 
38
- *Returns:* `true` if the lock was acquired, `false` otherwise.
39
 
 
18
  execution agent. If an exception is thrown then a lock has not been
19
  acquired for the current execution agent.
20
 
21
  *Return type:* `bool`.
22
 
23
+ *Returns:* `true` if the lock was acquired, otherwise `false`.
24
 
25
  ``` cpp
26
  m.try_lock_until(abs_time)
27
  ```
28
 
 
33
  execution agent. If an exception is thrown then a lock has not been
34
  acquired for the current execution agent.
35
 
36
  *Return type:* `bool`.
37
 
38
+ *Returns:* `true` if the lock was acquired, otherwise `false`.
39