|
|
|
|
|
by virtualritz
1265 days ago
|
|
There are other applications, e.g. trading, where async is a godsent (monitoring hundreds of financial instrument for changes) but any sort of GC is prohibitive. And where you also need the fine grained control that Rust provides. E.g. halting all async tasks immediately while keeping a single core free to execute a trade as fast a possible. |
|