Function worterbuch_cli::next_item

source ·
pub async fn next_item<T>(rx: &mut Receiver<T>, done: bool) -> Option<T>