Add System::block_on() helper method

This commit is contained in:
Nikolay Kim 2022-09-20 07:54:39 +02:00
parent ee4b23465b
commit bd5d40e439
3 changed files with 17 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-rt"
version = "0.4.5"
version = "0.4.6"
authors = ["ntex contributors <team@ntex.rs>"]
description = "ntex runtime"
keywords = ["network", "framework", "async", "futures"]