Trait ThreadAccess

Source
pub unsafe trait ThreadAccess {
    type World;
}
Expand description

Marker trait to indicate a world that is allowed to spawn threads.

Required Associated Types§

Source

type World

World type used in the spawned thread.

Implementors§