tmp/tmp7381gf__/{from.md → to.md}
RENAMED
|
@@ -53,5 +53,12 @@ operating system and hardware. The finest resolution provided by an
|
|
| 53 |
implementation is called the *native resolution*.
|
| 54 |
|
| 55 |
Implementation-provided clocks that are used for these functions shall
|
| 56 |
meet the `TrivialClock` requirements ([[time.clock.req]]).
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
implementation is called the *native resolution*.
|
| 54 |
|
| 55 |
Implementation-provided clocks that are used for these functions shall
|
| 56 |
meet the `TrivialClock` requirements ([[time.clock.req]]).
|
| 57 |
|
| 58 |
+
A function that takes an argument which specifies a timeout will throw
|
| 59 |
+
if, during its execution, a clock, time point, or time duration throws
|
| 60 |
+
an exception. Such exceptions are referred to as *timeout-related
|
| 61 |
+
exceptions*. instantiations of clock, time point and duration types
|
| 62 |
+
supplied by the implementation as specified in [[time.clock]] do not
|
| 63 |
+
throw exceptions.
|
| 64 |
+
|