mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
Fix tests runner (#413)
This commit is contained in:
parent
a1d260cd82
commit
3edb54ffdf
14 changed files with 39 additions and 44 deletions
|
@ -48,6 +48,7 @@ pub unsafe fn spawn_cbs<FBefore, FEnter, FExit, FAfter>(
|
|||
});
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[cfg(feature = "tokio")]
|
||||
mod tokio {
|
||||
use std::future::{poll_fn, Future};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue