|
|
|
|
|
by oxff
1429 days ago
|
|
> The beauty of the rust async stuff is that you can move to a multi-threaded runtime as you desire with minimal effort. This is also a downside, having multi-thread be the default and not single-thread. It introduces some awkward / accidental trait bounds that are annoying to deal with if you want to do thread-per-core type of stuff IIRC. |
|