pub struct ThreadWorld { /* private fields */ }Expand description
The world as seen by an application’s other threads.
Trait Implementations§
Source§impl ThreadAccess for ThreadWorld
impl ThreadAccess for ThreadWorld
Source§type World = ThreadWorld
type World = ThreadWorld
World type used in the spawned thread.