tokio
1.41.1
In tokio::sync::watch
Function
tokio
::
sync
::
watch
::
changed_impl
Copy item path
source
ยท
[
−
]
async fn changed_impl<T>( shared: &
Shared
<T>, version: &mut
Version
, ) ->
Result
<
()
,
RecvError
>