tokio_
util
0.7.16
Module guard
Module Items
Structs
In tokio_
util::
sync::
cancellation_
token
tokio_util
::
sync
::
cancellation_token
Module
guard
Copy item path
Source
Structs
ยง
Drop
Guard
A wrapper for cancellation token which automatically cancels it on drop. It is created using
drop_guard
method on the
CancellationToken
.