-
Notifications
You must be signed in to change notification settings - Fork 20
/
N4108.html
87 lines (86 loc) · 2.53 KB
/
N4108.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE HTML>
<!-- saved from url=(0100)file://C:\Users\arturl\AppData\Local\Microsoft\Windows\INetCache\Content.Outlook\B0T20QOI\N3907.html -->
<!DOCTYPE html PUBLIC "" ""><HTML><HEAD><META content="IE=11.0000"
http-equiv="X-UA-Compatible">
<TITLE>Concurrency TS Editor's Report, February 2014</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=windows-1252"><LINK
href="editors_report_files/css.css" rel="stylesheet" type="text/css"><LINK href="editors_report_files/css(1).css"
rel="stylesheet" type="text/css"><LINK href="editors_report_files/css(2).css"
rel="stylesheet" type="text/css">
<STYLE>.content {
font-family: Droid Serif;
max-width: 600px;
}
.papers {
list-style: none;
}
.paper {
margin-bottom: 4px;
}
.paperdetail {
font-family: Roboto Slab;
font-size: small;
color: #444;
background-color: #ccc;
font-style: italic;
border-radius: 5px;
padding: 5px;
margin-top: 2px;
}
.issues {
list-style: none;
}
.issue {
margin-bottom: 4px;
}
.issuedetail {
font-family: Roboto Slab;
font-size: small;
color: #444;
background-color: #ccc;
font-style: italic;
border-radius: 5px;
padding: 5px;
margin-top: 2px;
}
.stat {
font-family: Archivo Black;
font-size: 64px;
color: #228;
}
.docheader {
float: right;
margin-right: 20px;
}</STYLE>
<META name="GENERATOR" content="MSHTML 11.00.9600.17107"></HEAD>
<BODY>
<PRE class="docheader">Document number N4108
Date 2014-07-02
Project Programming Language C++
Reference ISO/IEC IS 14882:2011(E)
Reply to Artur Laksberg
Microsoft Corp.
[email protected]</PRE>
<DIV class="content">
<H1>Concurrency TS Editor's Report, July 2014</H1>
<H3>Overview</H3>
<p>
N4107 is the new Working Paper of the Concurrency TS. It is based on N3970 with
Chapter 2 (Executors and Schedulers) removed, as per the Committee ballot at Rapperswil.
</p>
<p>
As part of this change, the new <code>then</code> overloads taking the executor
parameter are no longer applicable. Also, because the new <code>async</code>
overload taking an executor is no longer being proposed, the section about
the function template <code>async</code> at the end of the document has been
removed.
As a visual aid to the reader, these changes have been highlighted in color.
</p>
<p>
The document has no other changes compared to N3970.
</p>
<p>
The full history of changes can be traced at
<a href="https://github.com/cplusplus/concurrency_ts">https://github.com/cplusplus/concurrency_ts</a>.
</p>
</P></DIV></BODY></HTML>