async-dup/src
John Nunley 90dc513458
bugfix: Use async-lock as the locking mechanism
We can't use `std::sync::Mutex` without further unsafe code, and we
can't use `simple-mutex` since it is unmaintained. Therefore we use the
`async-lock` crate, since it has a good blocking mutex.

Closes #12

Signed-off-by: John Nunley <dev@notgull.net>
2023-11-14 20:06:19 -08:00
..
lib.rs bugfix: Use async-lock as the locking mechanism 2023-11-14 20:06:19 -08:00