Add Io::poll_status_update() method to use instead of register_dispatcher()

This commit is contained in:
Nikolay Kim 2021-12-30 16:42:43 +06:00
parent f91c50854e
commit ca72be32e9
25 changed files with 236 additions and 196 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-rt"
version = "0.4.0-b.3"
version = "0.4.0"
authors = ["ntex contributors <team@ntex.rs>"]
description = "ntex runtime"
keywords = ["network", "framework", "async", "futures"]
@ -26,8 +26,8 @@ async-std = ["ntex-io/async-std", "async_std/unstable"]
[dependencies]
ntex-bytes = "0.1.8"
ntex-io = "0.1.0-b.9"
ntex-util = "0.1.3"
ntex-io = "0.1.0"
ntex-util = "0.1.4"
async-oneshot = "0.5.0"
async-channel = "1.6.1"
derive_more = "0.99.14"