mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +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
|
||||
//! async tasks, for example [listeners].
|
||||
//! Stopping asynchronous tasks, e.g., [listeners].
|
||||
//!
|
||||
//! [token]: StopToken
|
||||
//! [flag]: StopFlag
|
||||
//! [listeners]: crate::dispatching::update_listeners
|
||||
|
||||
use std::{convert::Infallible, future::Future, pin::Pin, task};
|
||||
|
|
Loading…
Reference in a new issue