Skip to content
msuarz edited this page Aug 31, 2012 · 5 revisions

Async Code

Every Step is executed sequentially
When executing async code, a callback is needed to signal that the step is done
Add an extra arg to those steps and a callback will be provided

Example [ Files ]

Read any file  
Verify README.md contains Documentation 

Clone this wiki locally