drop-awaiter 0.1.0

Library that allows you to asynchronously wait for something to be dropped
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.futures]
version = "0.3"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["Olexiy Kulchitskiy"]
categories = ["asynchronous"]
description = "Library that allows you to asynchronously wait for something to be dropped"
edition = "2021"
keywords = ["async", "non-blocking", "futures"]
license = "MIT"
name = "drop-awaiter"
readme = "README.md"
repository = "https://github.com/ok-ul-ch/drop_awaiter"
version = "0.1.0"