Hello everyone,
I was just wondering if someone was actively working on the implementation of the _StructuredTaskCollection class as I've seen someone implement a stub constructor for this class in dlls/msvcrt/concurrency.c (L1751).
I'm currently working on making Clip Studio Paint work on Wine, and it requires some functions of this class to be implemented -- this is why I'm asking here if it's already in the work or not!
Thanks for your time and have a nice day,
Alexis
Hi Alexis,
On 5/6/22 14:43, Alexis Belmonte wrote:
I was just wondering if someone was actively working on the implementation of the _StructuredTaskCollection class as I've seen someone implement a stub constructor for this class in dlls/msvcrt/concurrency.c (L1751).
Yes, AFAIK Torge is working on this class.
Cheers, Piotr
Oh okay, nice! Is it fine if I still implement it on my end as a way to practice with the codebase? I won't send a patch of course, but I'll push my commits in my own local repository so that I can compare with what Torge did, as a way to see if I understand properly how things work :]
Anyways, thanks for the fast answer and have a nice day :] On 6/6/2022 14:51, Piotr Caban wrote:
Hi Alexis,
On 5/6/22 14:43, Alexis Belmonte wrote:
I was just wondering if someone was actively working on the implementation of the _StructuredTaskCollection class as I've seen someone implement a stub constructor for this class in dlls/msvcrt/concurrency.c (L1751).
Yes, AFAIK Torge is working on this class.
Cheers, Piotr