Hacker News new | ask | show | jobs
by melony 1284 days ago
The most important thing to remember is that Dart doesn't support shared memory concurrency in the traditional sense. It's modeled after JavaScript's WebWorkers (message passing).