mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
Async example should follow its introduction
This commit is contained in:
@@ -895,11 +895,11 @@ Block
|
||||
</p>
|
||||
<%= codeFor('generator_iteration', 'getFibonacciNumbers(10)') %>
|
||||
|
||||
<%= codeFor('async', true) %>
|
||||
<p>
|
||||
Similar to how <code>yield return</code> forces a generator, <code>await return</code>
|
||||
may be used to force a function to be async.
|
||||
</p>
|
||||
<%= codeFor('async', true) %>
|
||||
|
||||
<p>
|
||||
<span id="embedded" class="bookmark"></span>
|
||||
|
||||
Reference in New Issue
Block a user