1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

Poll boxed service call result immediately

This commit is contained in:
Nikolay Kim
2019-04-07 20:48:40 -07:00
parent bd814d6f80
commit a60112c71e
3 changed files with 22 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-service"
version = "0.3.5"
version = "0.3.6"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix Service"
keywords = ["network", "framework", "async", "futures"]