thread-future 0.1.0

A future that represents a thread's execution, allowing you to poll it and ask it to cancel.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "thread-future"
description = "A future that represents a thread's execution, allowing you to poll it and ask it to cancel."
repository = "https://github.com/AadamZ5/dev-disp"
documentation = "https://docs.rs/thread-future"
license = "MIT"
version = "0.1.0"
edition = "2024"

[dependencies]
futures = { version = "0.3.32", default-features = false }
futures-core = { version = "0.3.32", default-features = false }
pin-project = { version = "1.1.11", default-features = false }