mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Send announcements not as part of scanning
This commit is contained in:
parent
bc888e816b
commit
0fd5379446
2 changed files with 67 additions and 50 deletions
|
@ -24,6 +24,9 @@ pub use anyhow::{Error, Result};
|
|||
/// Re-export useful future and stream utils
|
||||
pub use futures_util::{future, stream, FutureExt, StreamExt, TryFutureExt, TryStreamExt};
|
||||
|
||||
/// Re-export the spawn function
|
||||
pub use tokio::spawn as spawn_future;
|
||||
|
||||
/// The global app data.
|
||||
pub type AppData = Arc<RwLock<TypeMap>>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue