mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Refresh GitHub workflows (#337)
* Add .idea in .gitignore * Refresh Github workflows * Allow very complex type usage in ntex-rt
This commit is contained in:
parent
0b73ae8fa8
commit
a858394855
7 changed files with 51 additions and 79 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