mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Merge pull request #739 from teloxide/simplify-stop-doc
Simplify the brief description of `crate::stop`
Former-commit-id: 0d4e662dc7
This commit is contained in:
commit
98924eeed0
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
||||||
//! This module contains stop [token] and stop [flag] that are used to stop
|
//! Stopping asynchronous tasks, e.g., [listeners].
|
||||||
//! async tasks, for example [listeners].
|
|
||||||
//!
|
//!
|
||||||
//! [token]: StopToken
|
|
||||||
//! [flag]: StopFlag
|
|
||||||
//! [listeners]: crate::dispatching::update_listeners
|
//! [listeners]: crate::dispatching::update_listeners
|
||||||
|
|
||||||
use std::{convert::Infallible, future::Future, pin::Pin, task};
|
use std::{convert::Infallible, future::Future, pin::Pin, task};
|
||||||
|
|
Loading…
Reference in a new issue