What are Dart Isolates?
Each thread in Dart has its own Isolate and its own memory
An Isolate has its own Event loop
The equivalent of a Thread in Java or C++
An environment that can access the memory of other Isolates