mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +01:00
Fmt
This commit is contained in:
parent
8b1c3b8101
commit
8826263e58
1 changed files with 5 additions and 4 deletions
|
@ -12,10 +12,11 @@
|
||||||
//! use tokio_stream::wrappers::UnboundedReceiverStream;
|
//! use tokio_stream::wrappers::UnboundedReceiverStream;
|
||||||
//!
|
//!
|
||||||
//! async fn handle_messages(rx: DispatcherHandlerRx<AutoSend<Bot>, Message>) {
|
//! async fn handle_messages(rx: DispatcherHandlerRx<AutoSend<Bot>, Message>) {
|
||||||
//! UnboundedReceiverStream::new(rx).for_each_concurrent(None, |message| async move {
|
//! UnboundedReceiverStream::new(rx)
|
||||||
//! dbg!(message.update);
|
//! .for_each_concurrent(None, |message| async move {
|
||||||
//! })
|
//! dbg!(message.update);
|
||||||
//! .await;
|
//! })
|
||||||
|
//! .await;
|
||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Add table
Reference in a new issue