Add callback for task spawning

This commit is contained in:
Nikolay Kim 2023-01-03 18:27:40 +01:00
parent f5a7f97c9f
commit 925b757565
4 changed files with 70 additions and 7 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-rt"
version = "0.4.6"
version = "0.4.7"
authors = ["ntex contributors <team@ntex.rs>"]
description = "ntex runtime"
keywords = ["network", "framework", "async", "futures"]
@ -29,7 +29,7 @@ async-std = ["async_std/unstable"]
[dependencies]
async-oneshot = "0.5.0"
async-channel = "1.6.1"
async-channel = "1.8.0"
futures-core = "0.3"
log = "0.4"