[go: up one dir, main page]

poll-promise 0.1.0

Poll the result of an async operation in a game or immediate mode GUI.
Documentation
[dependencies.static_assertions]
version = "1.1"

[dependencies.tokio]
features = ["rt", "rt-multi-thread"]
optional = true
version = "1"

[lib]

[package]
authors = ["Embark <opensource@embark-studios.com>"]
categories = ["asynchronous"]
description = "Poll the result of an async operation in a game or immediate mode GUI."
edition = "2021"
homepage = "https://github.com/EmbarkStudios/poll-promise"
include = ["LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml"]
keywords = ["promise", "poll", "async", "gamedev", "gui"]
license = "MIT OR Apache-2.0"
name = "poll-promise"
readme = "README.md"
repository = "https://github.com/EmbarkStudios/poll-promise"
resolver = "2"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true