parking_lot
parking_lot copied to clipboard
Expose more methods from mapped guards
While very useful, mapped guards do not currently expose methods such as raw
and force_unlock
, which makes using them in certain contexts quite difficult. From what I can tell, there's no soundness reason why they haven't been exposed. Would a PR adding the same APIs to them as the other guards be accepted?