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

Unified Diff: src/site/articles/event-loop/index.markdown

Issue 27412003: runAsync name change (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/articles/event-loop/index.markdown
diff --git a/src/site/articles/event-loop/index.markdown b/src/site/articles/event-loop/index.markdown
index 460f39e4e36e4b0a1f2e80ab1e440e0c4668e07b..f5354fb85211c114dc3fdc6c6ae62c871adb425e 100644
--- a/src/site/articles/event-loop/index.markdown
+++ b/src/site/articles/event-loop/index.markdown
@@ -216,6 +216,13 @@ which adds an item to the end of the **event queue**.
1. The top-level **runAsync()** function,
which adds an item to the end of the **microtask queue**.
+<aside class="alert alert-warning" markdown="1">
+**Note:**
+**runAsync()** is being renamed to **scheduleMicrotask().**
sethladd 2013/10/16 15:43:50 this might show up today. should we just change th
+(See the [announcement](https://groups.google.com/a/dartlang.org/forum/#!msg/misc/7sAIhWXfIKQ/PzYJy1QqtWUJ).)
+We'll update the text and figures soon.
+</aside>
+
Examples of using these APIs are in the next section under
[Event queue: new Future()](#event-queue-new-future) and
[Microtask queue: runAsync()](#microtask-queue-runasync).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698