mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Add callback for task spawning
This commit is contained in:
parent
f5a7f97c9f
commit
925b757565
4 changed files with 70 additions and 7 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue