2 Apr
2022
2 Apr
'22
4:35 p.m.
Hi Torge, On 4/1/22 17:48, Torge Matthies wrote:
+/* ?_Schedule(a)_StructuredTaskCollection@details(a)Concurrency@@QEAAXPEAV_UnrealizedChore(a)23@@Z */ +DEFINE_THISCALL_WRAPPER(StructuredTaskCollection__Schedule, 8) +void __thiscall StructuredTaskCollection__Schedule(StructuredTaskCollection *this, /*Concurrency::details::_UnrealizedChore*/void *chore) +{ + FIXME("(%p %p): stub!\n", this, chore); +}
Could you please improve the stub to actually execute the task code (e.g. using threadpool functions)? I'm worried that applications depending on these functions will misbehave otherwise. Thanks, Piotr