We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CoffeeScript allows Embedded Javascript, so you can use tamejs like this:
for x in [1...10] `await {` ; setTimeout defer (), 100; `}` console.log 'hello ' + x
To see the generated code, checkout: https://gist.github.com/1098605
CoffeeScript had a discussion about including a similar concept (defer) but it didn't go through. Part III of a very long discussion can be seen here