2022年1月18日

干货 | Dart 并发机制详解

摘要: Dart 通过 async-await、isolate 以及一些异步类型概念 (例如 Future 和 Stream) 支持了并发代码编程。本篇文章会对 async-await、Future 和 Stream 进行简略的介绍,而侧重点放在 isolate 的讲解上。 在应用中,所有的 Dart 代码 阅读全文

posted @ 2022-01-18 11:03 Flutter社区 阅读(788) 评论(0) 推荐(0) 编辑

导航