mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-09 17:55:10 +00:00
fix
This commit is contained in:
parent
4aea0aea32
commit
d0b4f5a6f7
|
@ -64,7 +64,7 @@ impl CancellableTask {
|
|||
) -> CancellableTask
|
||||
where
|
||||
F: Future<Output = R> + Send + 'static,
|
||||
R: Send + 'static,
|
||||
R: Send + Debug + 'static,
|
||||
{
|
||||
let stop = CancellationToken::new();
|
||||
let stop2 = stop.clone();
|
||||
|
|
Loading…
Reference in a new issue