mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-05 13:57:39 +03:00
Allow very complex type usage in ntex-rt
This commit is contained in:
parent
9eb268729c
commit
2b404870a8
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ mod glommio {
|
|||
|
||||
/// Blocking operation completion future. It resolves with results
|
||||
/// of blocking function execution.
|
||||
#[allow(clippy::type_complexity)]
|
||||
pub struct JoinHandle<T> {
|
||||
fut:
|
||||
Either<task::JoinHandle<T>, Pin<Box<dyn Future<Output = Result<T, Canceled>>>>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue