zlacker

[parent] [thread] 0 comments
1. gf000+(OP)[view] [source] 2025-08-23 07:45:07
There is no one paradigm for concurrency, no method is strictly better than the other. Channels are not the only primitive used in go either, so it's a bit moot point.

What's important is how good primitives you have access to. Java has platform and virtual threads now (the latter simplifying a lot of cases where reactive stuff was prevalent before) with proper concurrent data structures.

[go to top]