generic.rs |
A simple spin lock based thread parker. Used on platforms without better
parking facilities available. |
2001 |
linux.rs |
|
4418 |
mod.rs |
|
3093 |
redox.rs |
|
3709 |
sgx.rs |
|
2603 |
unix.rs |
|
8528 |
wasm.rs |
The wasm platform can't park when atomic support is not available.
So this ThreadParker just panics on any attempt to park. |
1435 |
wasm_atomic.rs |
|
2766 |
windows |
|
|