File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ is available [online][doxygen-link].
24
24
25
25
### v0.2.x - TBD
26
26
27
+ * Implement ` google::cloud::future<T> ` and ` google::cloud::promise<T> ` based on
28
+ ISO/IEC TS 19571:2016, the "C++ Extensions for Concurrency" technical
29
+ specification, also known as "futures with continuations".
30
+
27
31
### v0.1.x - 2018-11
28
32
29
33
* ` google::cloud::optional<T> ` an intentionally incomplete implementation of
Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ is available [online][doxygen-link].
23
23
24
24
### v0.4.x - TBD
25
25
26
+ * More experimental asynchronous APIs, note that we expect to change all these
27
+ experimental APIs as described in
28
+ [ #1543 ] ( https://github.com/GoogleCloudPlatform/google-cloud-cpp/issues/1543 ) .
29
+ * Most of the admin operations now have asynchronous APIs.
30
+ * All asynchronous APIs in ` noex::* ` return an object through which applications
31
+ can request cancellation of pending requests.
32
+ * Prototype asynchronous APIs returning a ` google::cloud::future<T> ` ,
33
+ applications can attach callbacks and/or block on a
34
+ ` google::cloud::future<T> ` .
35
+
26
36
### v0.3.0 - 2018-11
27
37
28
38
* Include an example that illustrates how to use OpenCensus and the Cloud
You can’t perform that action at this time.
0 commit comments