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)
- Scoped
Join Handle - A handle to a scoped thread (re-export of std::thread::ScopedJoinHandle)