| .. |
|
barrier
|
std: move "mod tests/benches" to separate files
|
2020-08-31 02:56:59 +00:00 |
|
condvar
|
SeqCst->Relaxed in condvar test.
|
2024-03-20 15:38:09 +01:00 |
|
lazy_lock
|
More inference-friendly API for lazy
|
2022-10-29 09:56:20 +01:00 |
|
mpmc
|
std: Unsafe-wrap std::sync
|
2024-07-14 17:59:37 -07:00 |
|
mpsc
|
Replace move|| with move || in compiler/ and library/
|
2024-06-18 23:25:08 +08:00 |
|
mutex
|
Specify behavior if the closure passed to *Guard::*map panics.
|
2023-12-05 17:30:46 -06:00 |
|
once
|
Stabilize poison API of Once, rename poisoned()
|
2021-02-04 15:20:14 +01:00 |
|
once_lock
|
Spelling library/
|
2023-04-26 02:10:22 -04:00 |
|
reentrant_lock
|
remove an unused type from the reentrant lock tests
|
2024-04-22 19:36:21 +02:00 |
|
rwlock
|
Specify behavior if the closure passed to *Guard::*map panics.
|
2023-12-05 17:30:46 -06:00 |
|
barrier.rs
|
Replace move|| with move || in compiler/ and library/
|
2024-06-18 23:25:08 +08:00 |
|
condvar.rs
|
Remove non-focused memory leak in std doctest for Miri.
|
2024-07-06 23:35:31 -05:00 |
|
lazy_lock.rs
|
Rename lazy_cell_consume to lazy_cell_into_inner
|
2024-07-11 03:16:45 -04:00 |
|
mod.rs
|
std: Unsafe-wrap std::sync
|
2024-07-14 17:59:37 -07:00 |
|
mutex.rs
|
docs(sync): normalize dot in fn summaries
|
2024-03-22 23:04:20 +01:00 |
|
once.rs
|
std: suggest OnceLock over Once
|
2024-06-15 00:09:03 -07:00 |
|
once_lock.rs
|
std: Unsafe-wrap std::sync
|
2024-07-14 17:59:37 -07:00 |
|
poison.rs
|
Use min_exhaustive_patterns in core & std
|
2024-03-12 08:20:46 +01:00 |
|
reentrant_lock.rs
|
std: Unsafe-wrap std::sync
|
2024-07-14 17:59:37 -07:00 |
|
rwlock.rs
|
std: Unsafe-wrap std::sync
|
2024-07-14 17:59:37 -07:00 |