holochain / lib3h

The lib3h p2p communication rust library.
Apache License 2.0
44 stars 5 forks source link

Switch to a wrapper around parking_lot::Mutex for Mutex #472

Closed neonphog closed 4 years ago

neonphog commented 4 years ago

PR summary

No actual functionality changes here, just switching Mutex -> GhostMutex which is a wrapper around parking_lot::Mutex which gives us much better control of timeouts when attempting to lock.

Review checklist