|
|
|
|
|
by za3faran
702 days ago
|
|
I would not argue that golang is the obvious choice for concurrency. Java's approach is actually superior to golang's. It takes it a step further by offering structured concurrency[1]. Kotlin's design had no bearing on Java's or the JVM's implementation. C# has an interruption model through CancellationToken as far as I'm aware. [1] https://openjdk.org/jeps/453 |
|