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

I meant that it is built-in to the language and supported in syntax.

Something like Go's channels.

All of my mentioned languages have it built-in to the language (though arguably, c++’s solution is “only a lib”)