Refactor framed io (#67)

* refactor framed io

* allow to add filters

* move io code to separate module

* add into_boxed()

* remove uneeded IO_STOP state

* simplify on_disconnect storage

* cleanup io state

* add io connector
This commit is contained in:
Nikolay Kim 2021-12-13 17:19:43 +06:00 committed by GitHub
parent 2188d92725
commit 841ad736d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 3839 additions and 408 deletions

View file

@ -16,5 +16,5 @@ syn = { version = "^1", features = ["full", "parsing"] }
proc-macro2 = "^1"
[dev-dependencies]
ntex = "0.3.1"
ntex = "0.4.10"
futures = "0.3.13"