1
0
Fork 0
mirror of https://github.com/ntex-rs/ntex.git synced 2025-04-06 14:27:39 +03:00

Expose IoRef::start_keepalive_timer() and IoRef::remove_keepalive_timer() methods

This commit is contained in:
Nikolay Kim 2022-12-02 17:28:50 +01:00
parent 1a7d2b9d78
commit 006cf75a14
6 changed files with 36 additions and 26 deletions
ntex-io

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "0.1.10"
version = "0.1.11"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]