Stop dispatcher timers on memory pool pause (#266)

This commit is contained in:
Nikolay Kim 2023-12-12 15:35:21 +06:00 committed by GitHub
parent df613e6f2d
commit 8ee296a399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 38 additions and 39 deletions

View file

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