Content deleted Content added
Bill Kitchin (talk | contribs) Filled in 2 bare reference(s) with reFill 2 |
Fixing grammar |
||
Line 181:
== Concurrency ==
To achieve [[Concurrency (computer science)|concurrency]], Dart uses isolated, independent workers that do not share memory, but use [[message passing]],<ref name=":0">{{Cite web|title=The Essence of Google Dart: Building Applications, Snapshots, Isolates|url=https://www.infoq.com/articles/google-dart/|access-date=2021-08-29|website=InfoQ|language=en}}</ref>
== Null safety ==
|