issues
search
Amanieu
/
parking_lot
Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
Apache License 2.0
2.76k
stars
217
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
SIGSEGV when it tries to wait for a futex
#451
techmetx11
closed
2 months ago
4
MacOS: Failed to run custom build command
#450
mo8it
opened
3 months ago
0
Question: How to use `ReentrantMutex<RefCell<_>>` within `tokio` async functions?
#449
linrongbin16
closed
3 months ago
2
CondVar is slower than std version
#448
chenfengyuan
opened
4 months ago
0
Interest in a `critical-section` impl of `lock-api::RawMutex`?
#447
jamesmunns
closed
4 months ago
3
Why do guard locks without `send_guard` not explicitly implement `!Send`?
#446
Fishrock123
closed
4 months ago
2
Remove warnings due to new lint on unknown cfgs
#445
tea
closed
4 months ago
4
Expose more methods from mapped guards
#444
katietheqt-old
opened
5 months ago
2
Add support for async lock functions in lock_api
#443
Lochlanna
closed
5 months ago
2
Export types provided by arc_lock feature.
#442
iwanders
closed
6 months ago
2
Add a method to Once to create an already-done Once
#441
PlasmaPower
opened
6 months ago
1
[Feature Request] Create `OnceLock` and `OnceCell` using this library's Once
#440
BLucky-gh
opened
7 months ago
3
New `parking_lot` release?
#439
Palkovsky
closed
7 months ago
2
[Feature Request] panic when user try get recursive lock.
#438
cathaysia
opened
7 months ago
5
low benchmark and cpu bottleneck issue
#437
dista
opened
7 months ago
4
How to fail to acquire write lock if read lock already acquired?
#436
shivam-880
opened
7 months ago
2
stdarch_wasm_atomic_wait instead of stdsimd
#435
sorcio
closed
7 months ago
3
unknown feature `stdsimd`
#434
sorcio
closed
7 months ago
0
Add Apple visionOS support
#433
QuentinPerez
closed
7 months ago
2
Update redox_syscall dependency version
#432
alex
closed
8 months ago
6
Fix panic when calling `with_upgraded` twice on a `ArcRwLockUpgradableReadGuard`
#431
mbyzhang
closed
8 months ago
0
Fail to `upgrade` an `ArcRwLockUpgradableReadGuard` twice
#430
mbyzhang
closed
8 months ago
0
Fix typos.
#429
waywardmonkeys
closed
8 months ago
0
Update documentation of differences between `parking_lot::Mutex` and `std::sync::Mutex`
#428
Qqwy
opened
9 months ago
0
Fix inaccurate documentation of `wait_while`, `wait_while_until` & `wait_while_for`
#427
Jupeyy
closed
3 months ago
2
Add `lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw` methods
#426
nspin
closed
9 months ago
0
Update dependencies & bump MSRV to 1.56.0
#425
westy92
closed
9 months ago
2
Add SegRwLock : a segment RwLock Type
#424
pingzhaozz
opened
10 months ago
2
Make impl Debug for Rwlock simpler
#423
ldm0
closed
11 months ago
1
Bump windows-targets to 0.52
#422
brandonweeks
closed
12 months ago
0
Enable some features for the playground
#421
Sky9x
closed
1 year ago
0
Update `windows-targets` 0.52
#420
kennykerr
closed
1 year ago
1
Fix issue #418.
#419
pingzhaozz
opened
1 year ago
7
Mutex performance drop in case of cache contention
#418
pingzhaozz
opened
1 year ago
0
Sorry for issue, is unic way to comunicate with you, please remove after. thanks
#417
yes-my-lerdo
closed
1 year ago
0
hardware-lock-elision: Remove redundant import.
#416
waywardmonkeys
closed
1 year ago
0
docs: Include some features when building for docs.rs.
#415
waywardmonkeys
closed
1 year ago
0
Markdown fixes / improvements.
#414
waywardmonkeys
closed
1 year ago
0
ci: Update to `actions/checkout@v4`.
#413
waywardmonkeys
closed
1 year ago
0
Remove unnecessary single component path imports.
#412
waywardmonkeys
closed
1 year ago
0
typo: Release date on CHANGELOG for parking_lot_core 0.9.9 and lock_api 0.4.11 is wrong
#411
jqnatividad
closed
1 year ago
0
RawMutex moving.
#410
zakarumych
opened
1 year ago
1
Migrate to `safer_owning_ref`
#409
noamtashma
opened
1 year ago
2
Allow indirect/partially owned mapping
#408
ilyvion
opened
1 year ago
1
Updated redox_syscall dep
#407
alex
closed
1 year ago
0
Panic when dropping `RwLockUpgradableReadGuard` after using `with_upgraded`
#406
AdamLeyshon
closed
1 year ago
2
Add apple tvos support
#405
lcruz99
closed
1 year ago
0
Add apple tvos support
#404
lcruz99
closed
1 year ago
0
Allow unsafe creation of new lock guards
#403
Lochlanna
closed
1 year ago
3
Reduce repeats in unpark_all_one_fast test
#402
Darksonn
closed
1 year ago
0
Next