|
|
|
|
|
by yukIttEft
23 days ago
|
|
Is it though. There are so many situations where something is guaranteed to be safe but there is no way to express that in the Rust typesystem, so the only thing you can do is to wrap everything in Arcs and Mutexes, which introduces allocations, pointerchasing and locks |
|
Unless maybe you mean tokio’s work stealing executor, but you can just not use it.