WaitForThreadpoolTimerCallbacks method
Implementation
void WaitForThreadpoolTimerCallbacks(
ffi.Pointer<_TP_TIMER> pti,
int fCancelPendingCallbacks,
) {
return (_WaitForThreadpoolTimerCallbacks ??= _dylib.lookupFunction<
_c_WaitForThreadpoolTimerCallbacks,
_dart_WaitForThreadpoolTimerCallbacks>(
'WaitForThreadpoolTimerCallbacks'))(
pti,
fCancelPendingCallbacks,
);
}