pub fn async_fn<T, F>(f: F) -> impl FnMut(ClusterEvent) -> Ready<T>where
F: FnMut(ClusterEvent) -> T,
Expand description
Wraps plain function over a cluster event into an async one.
pub fn async_fn<T, F>(f: F) -> impl FnMut(ClusterEvent) -> Ready<T>where
F: FnMut(ClusterEvent) -> T,
Wraps plain function over a cluster event into an async one.