tree: 82479e2659fd569ca8cc0102437555a9ddaabe51 [path history] [tgz]
  1. README.md
tests/language_2/async_no_suspend/README.md

Feature tests for starting async methods without suspending

This directory was created in order to hold tests pertaining to the Dart feature which makes methods marked as async start executing the body immediately, rather than returning a Future and suspending. For more details, please check the language specification update.