tokio
1.46.1
In tokio::
sync::
watch
tokio
::
sync
::
watch
Function
changed_impl
Copy item path
Source
async fn changed_impl<T>( shared: &
Shared
<T>, version: &mut
Version
, ) ->
Result
<
()
,
RecvError
>