sqlx_
core
0.8.2
Module sync
Module Items
Structs
In crate sqlx_
core
sqlx_core
Module
sync
Copy item path
source
Structs
ยง
Async
Mutex
An asynchronous
Mutex
-like type.
Async
Mutex
Guard
A handle to a held
Mutex
. The guard can be held across any
.await
point as it is
Send
.
Async
Semaphore
Async
Semaphore
Releaser