From Jason Turner

[futures.state]

Diff to HTML by rtfpessoa

tmp/tmp2_kqgv__/{from.md → to.md} RENAMED
@@ -3,11 +3,11 @@
3
  Many of the classes introduced in subclause  [[futures]] use some state
4
  to communicate results. This *shared state* consists of some state
5
  information and some (possibly not yet evaluated) *result*, which can be
6
  a (possibly void) value or an exception.
7
 
8
- [*Note 1*: Futures, promises, and tasks defined in this clause
9
  reference such shared state. — *end note*]
10
 
11
  [*Note 2*: The result can be any kind of object including a function to
12
  compute that result, as used by `async` when `policy` is
13
  `launch::deferred`. — *end note*]
 
3
  Many of the classes introduced in subclause  [[futures]] use some state
4
  to communicate results. This *shared state* consists of some state
5
  information and some (possibly not yet evaluated) *result*, which can be
6
  a (possibly void) value or an exception.
7
 
8
+ [*Note 1*: Futures, promises, and tasks defined in this Clause
9
  reference such shared state. — *end note*]
10
 
11
  [*Note 2*: The result can be any kind of object including a function to
12
  compute that result, as used by `async` when `policy` is
13
  `launch::deferred`. — *end note*]