[New feature] Bring GO-lang's goroutine support to dart, as Web is not a problem now #52858
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-isolate
type-enhancement
A request for a change that isn't a bug
hi,
Go-routine
Dart's
Isolate
s are even heavier than threads, sogoroutine
would be like a 3-yo brother toIsolate
.Why?
Why now?
As I could understand from Google Groups: Why not the goroutine way? [Oct 2016], dart team did not implement goroutines before, because:
But dart-web is going the wasm route, which will have threading support,
So cannot this be implemented now, because
I also read (in the above google-groups chat), that
May be because Dartino, did not have the "Web worker" constraints
thanks
The text was updated successfully, but these errors were encountered: