Y
Hacker News
new
|
ask
|
show
|
jobs
by
kaba0
1680 days ago
What do you mean native multi-threading? How is e.g. something like java, c++, etc not native multi-threaded
1 comments
wheelerof4te
1679 days ago
I meant that it is built-in to the language and supported in syntax.
Something like Go's channels.
link
kaba0
1679 days ago
All of my mentioned languages have it built-in to the language (though arguably, c++’s solution is “only a lib”)
link
Something like Go's channels.