rust/library/std/tests/sync
Zachary S d2068be4a0 Rename (Mapped)(RwLock|Mutex)Guard::try_map to filter_map.
1. analogous to std::cell::Ref(Mut)::filter_map.
2. doesn't imply `Try` genericizability.
2025-04-30 19:43:24 -05:00
..
barrier.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
condvar.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
lazy_lock.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
lib.rs Remove stabilized feature gate 2025-02-02 18:28:08 +00:00
mpmc.rs Basic tests of MPMC receiver cloning 2025-04-15 02:37:57 +01:00
mpsc_sync.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
mpsc.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
mutex.rs Rename (Mapped)(RwLock|Mutex)Guard::try_map to filter_map. 2025-04-30 19:43:24 -05:00
once_lock.rs Mark some std tests as requiring panic = "unwind" 2025-03-10 08:31:06 -07:00
once.rs Mark some std tests as requiring panic = "unwind" 2025-03-10 08:31:06 -07:00
reentrant_lock.rs Move std::sync unit tests to integration tests 2025-01-26 10:28:05 +00:00
rwlock.rs Rename (Mapped)(RwLock|Mutex)Guard::try_map to filter_map. 2025-04-30 19:43:24 -05:00