82 void triggerAsyncUpdate();
89 void cancelPendingUpdate()
noexcept;
101 void handleUpdateNowIfNeeded();
104 bool isUpdatePending()
const noexcept;
A bit like an AsyncUpdater, but guarantees that after cancelPendingUpdate() returns,...
A smart-pointer class which points to a reference-counted object.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...