Skip to content

Commit 7cd8c9e

Browse files
author
Dart CI
committed
Version 2.19.0-16.0.dev
Merge commit 'e2b2f568298d3d777320709a4d67eab59d3f9fda' into 'dev'
2 parents 47cb7ad + e2b2f56 commit 7cd8c9e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sdk/lib/async/async.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
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`

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ CHANNEL dev
2727
MAJOR 2
2828
MINOR 19
2929
PATCH 0
30-
PRERELEASE 15
30+
PRERELEASE 16
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)