tracing-mutex

A Mutex wrapper tracking acquisition order (by bertptrs)

Tracing-mutex Alternatives

Similar projects and alternatives to tracing-mutex

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better tracing-mutex alternative or higher similarity.

tracing-mutex reviews and mentions

Posts with mentions or reviews of tracing-mutex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-08.
  • Async Rust Is A Bad Language
    11 projects | news.ycombinator.com | 8 Sep 2023
    There's tracing-mutex that builds a dag of your locks when you acquire them and panics (at runtime) if it could deadlock: https://github.com/bertptrs/tracing-mutex

    parking_lot has a deadlock detection feature for when you deadlock that iirc tells you what deadlocked (so you're not trying to figure it out with a debugger and a lot of time) https://amanieu.github.io/parking_lot/parking_lot/deadlock/i...

    I also just found out about https://github.com/BurtonQin/lockbud which seems to detect deadlocks and a few other issues statically? (seems to require compiling your crate with the same version of rust as lockbud uses, which from the docs is an old 1.63 nightly build?)

Stats

Basic tracing-mutex repo stats
1
62
6.1
6 months ago

bertptrs/tracing-mutex is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of tracing-mutex is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com