File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2626/// might not yet be available.
2727/// The Future returns the value of the computation
2828/// when it completes at some time in the future.
29- /// Futures are often used for potentially lengthy computations
30- /// such as I/O and interaction with users.
29+ /// Futures are often used for APIs that are implemented using a
30+ /// different thread or isolate (e.g., the asynchronous I/O
31+ /// operations of `dart:io` or HTTP requests of `dart:html` ).
3132///
3233/// Many methods in the Dart libraries return `Future` s when
3334/// performing tasks. For example, when binding an `HttpServer`
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ CHANNEL dev
2727MAJOR 2
2828MINOR 19
2929PATCH 0
30- PRERELEASE 15
30+ PRERELEASE 16
3131PRERELEASE_PATCH 0
You can’t perform that action at this time.
0 commit comments