Skip to main content

SharedSelfPlayLoop

Type Alias SharedSelfPlayLoop 

Source
pub type SharedSelfPlayLoop = Arc<Mutex<Option<SelfPlayLoop>>>;
Expand description

Shared self-play loop state, protected by a mutex.

Aliased Typeยง

pub struct SharedSelfPlayLoop { /* private fields */ }