mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
Added Service::poll() method (#481)
This commit is contained in:
parent
80d20e4371
commit
e33149df1b
42 changed files with 229 additions and 391 deletions
|
@ -140,6 +140,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
ntex_service::forward_poll!(service, TimeoutError::Service);
|
||||
ntex_service::forward_ready!(service, TimeoutError::Service);
|
||||
ntex_service::forward_shutdown!(service);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue