mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-23 20:40:59 +00:00
postgres: don't warn without tokio_unstable
This commit is contained in:
parent
7eaa3d8c72
commit
c01a3544bc
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ fn spawn_detach<F: Future + Send + 'static>(
|
|||
where
|
||||
F::Output: Send,
|
||||
{
|
||||
let _ = name;
|
||||
Ok(tokio::spawn(future))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue