winmsg-executor 0.3.2

Per-thread async rust executor for windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "winmsg-executor"

description = "Per-thread async rust executor for windows"

repository = "https://github.com/timokroeger/winmsg-executor"

version = "0.3.2"

edition = "2021"

license = "MIT/Apache-2.0"



[dependencies]

async-task = "4.7.1"

windows-sys = { version = "0.61.2", features = [

    "Win32_Foundation",

    "Win32_Graphics_Gdi",

    "Win32_System_Threading",

    "Win32_UI_WindowsAndMessaging",

] }