winmsg-executor 0.1.1

Per-thread async rust executor for windows
Documentation
[dependencies.async-task]
optional = true
version = "4.7"

[dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging"]
version = "0.59.0"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "threads"
path = "examples/threads.rs"

[features]
backend-async-task = ["async-task"]
backend-windows = []
default = ["backend-windows"]

[lib]
name = "winmsg_executor"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Per-thread async rust executor for windows"
edition = "2021"
license = "MIT/Apache-2.0"
name = "winmsg-executor"
readme = "README.md"
repository = "https://github.com/timokroeger/winmsg-executor"
version = "0.1.1"