Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(593)

Unified Diff: src/site/articles/futures-and-error-handling/index.markdown

Issue 27412003: runAsync name change (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: add links to event loop article; add update date Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/site/articles/futures-and-error-handling/index.markdown
diff --git a/src/site/articles/futures-and-error-handling/index.markdown b/src/site/articles/futures-and-error-handling/index.markdown
index 7ebb19f22243381754bec91f1c84d76d1287dac8..2ba1526be12842d4c183c5a00f218c0eb32d5f53 100644
--- a/src/site/articles/futures-and-error-handling/index.markdown
+++ b/src/site/articles/futures-and-error-handling/index.markdown
@@ -386,3 +386,13 @@ Future fragileFunc() {
`Future.sync()` not only allows you to handle errors you know might occur, but
also prevents errors from *accidentally* leaking out of your function.
+
+
+## More information
+
+Read the following documentation for more details on using Futures:
+
+* [The Event Loop and Dart](/articles/event-loop/),
+ an article that describes how to schedule tasks using Futures
+* [Future API reference](http://api.dartlang.org/dart_async/Future.html)
+
« no previous file with comments | « src/site/articles/event-loop/index.markdown ('k') | src/site/articles/using-future-based-apis/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698