tokio
1.44.1
In tokio::
sync::
watch
Modules
big_notify
error
state
Structs
Receiver
Ref
Sender
Shared
Functions
changed_impl
channel
maybe_changed
tokio
::
sync
::
watch
Function
changed_impl
Copy item path
Settings
Help
Summary
Source
async fn changed_impl<T>( shared: &
Shared
<T>, version: &mut
Version
, ) ->
Result
<
()
,
RecvError
>