• Siva's avatar
    Turn support for sync-async on in Flutter. (#16543) · b0b2c007
    Siva authored
    * Turn support for sync-async on in Flutter. With this feature
    execution of async functions starts immediately instead of it
    being delayed by one microtask tick.
    
    * Address review comments.
    
    * Adjust some stack trace expectations which are slightly different with
    --sync-async turned on.
    b0b2c007
Name
Last commit
Last update
..
README.md Loading commit data...
exception_handling_expectation.txt Loading commit data...
exception_handling_test.dart Loading commit data...
filtering_test.dart Loading commit data...
test_async_utils_guarded_expectation.txt Loading commit data...
test_async_utils_guarded_test.dart Loading commit data...
test_async_utils_unguarded_expectation.txt Loading commit data...
test_async_utils_unguarded_test.dart Loading commit data...
ticker_expectation.txt Loading commit data...
ticker_test.dart Loading commit data...
trivial_test.dart Loading commit data...
trivial_widget_expectation.txt Loading commit data...
trivial_widget_test.dart Loading commit data...