Hi Torge,
On 4/1/22 17:48, Torge Matthies wrote:
+/* ?_Schedule@_StructuredTaskCollection@details@Concurrency@@QEAAXPEAV_UnrealizedChore@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