rust/library/std/src/thread
Howard Su a80d39041e
Use inline(never) instead of cold
inline(never) is better way to avoid optimizer to inline the function instead of cold.
2020-09-03 06:31:21 +08:00
..
local std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
local.rs Use inline(never) instead of cold 2020-09-03 06:31:21 +08:00
mod.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
tests.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00