|
|
|
|
|
by neonsunset
697 days ago
|
|
"Green Threads" as implemented in Java is a solution that solves only a single problem - blocking/multiplexing. It does not enable easy concurrency and task/future composition the way C#/JS/Rust do, which offer strictly better and more comprehensive model. |
|
[1] https://openjdk.org/jeps/453