add drain pattern

This commit is contained in:
GroovieGermanikus 2023-12-14 11:39:07 +01:00
parent 37f76e010c
commit 8e8d7c4e07
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ use derive_more::Display;
use futures::StreamExt;
use log::{debug, error, info, warn};
use serde::Serializer;
use tokio::select;
use tokio::sync::broadcast::{Receiver, Sender};
use tokio::time::{Duration, sleep};