Module: wine Branch: master Commit: 0f25fadb1453e146b0ce790f4656b5ad8894befa URL: https://gitlab.winehq.org/wine/wine/-/commit/0f25fadb1453e146b0ce790f4656b5a...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sun Sep 18 14:22:53 2022 +0300
threadpoolwinrt: Add initial implementation of RunAsync.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
---
configure | 1 + configure.ac | 1 + dlls/threadpoolwinrt/main.c | 391 +++++++++++++++++++++++++++++++- dlls/threadpoolwinrt/tests/Makefile.in | 5 + dlls/threadpoolwinrt/tests/threadpool.c | 292 ++++++++++++++++++++++++ 5 files changed, 684 insertions(+), 6 deletions(-)