|
|
|
|
|
by tuxychandru
4177 days ago
|
|
Whether goroutine-like mechanism is possible in rust without compromising its core values is not clear, since libgreen attempted it and failed. Something like async..await is in the cards and I guess rust does have plans to implemented it sometime in future, but that will require compiler support and can't be done just in libraries like you claimed in the first comment of this thread. While it will not have same runtime characteristics of goroutines, it'll provide similar benefits to program structure. All that said, rust definitely offers a lot. I'm only contending the claim that the language is flexible enough to implement something similar to goroutines purely as a library. |
|