FanaroEngineering / fanaro.io

Where I expose cool stuff about Go (Baduk or Weiqi), programming, productivity, psychology, philosophy, etc.
https://fanaro.io
Other
6 stars 6 forks source link

Async-Await and Futures in Dart: Is it really like synchronous code? #47

Closed psygo closed 3 years ago

psygo commented 3 years ago

This is a very specific topic on Dart, and I'm really kind of not interested in Dart right now. Besides, I don't think anyone using Dart consciously would mix Futures with async-await in the same functions/methods.