pub unsafe trait ThreadAccess {
type World;
}
Expand description
Marker trait to indicate a world that is allowed to spawn threads.
pub unsafe trait ThreadAccess {
type World;
}
Marker trait to indicate a world that is allowed to spawn threads.