Module scope

Module scope 

Source
Expand description

Scoped thread spawning - wrapper around std::thread::scope

Functions§

scope
Creates a scope for spawning scoped threads.

Type Aliases§

Scope
A scope for spawning threads (re-export of std::thread::Scope)
ScopedJoinHandle
A handle to a scoped thread (re-export of std::thread::ScopedJoinHandle)