Searched refs:ReadyNotifier (Results 1 – 1 of 1) sorted by relevance
34 let mut ready_notifier = ReadyNotifier(Some(on_ready)); in run_rpc_server()38 struct ReadyNotifier<F>(Option<F>) struct42 impl<F> ReadyNotifier<F> impl