winmsg-executor 0.3.2

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

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

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

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = 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.3.2"