Chromium Code Reviews| 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). |