dart_thread library
Classic thread implementation (such as TThread in Delphi). Easy to use, single code for all platforms (mapping to isolate on desktop or to worker on web).
Typedefs
- DartThread = DartThread
- Mapping DartThread to DartThreadIsolate or DartThreadWeb