chore(Deps/Acelite): Update to 6.5.10 (#3450)

This commit is contained in:
Kargatum
2020-11-11 22:09:02 +07:00
committed by GitHub
parent a93565b6da
commit e27201cee2
921 changed files with 18238 additions and 33164 deletions

View File

@@ -14,6 +14,11 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE_Tc(ACE_Future_Holder)
ACE_ALLOC_HOOK_DEFINE_Tc(ACE_Future_Observer)
ACE_ALLOC_HOOK_DEFINE_Tc(ACE_Future_Rep)
ACE_ALLOC_HOOK_DEFINE_Tc(ACE_Future)
template <class T>
ACE_Future_Holder<T>::ACE_Future_Holder (void)
{
@@ -190,7 +195,10 @@ ACE_Future_Rep<T>::set (const T &r,
while (iterator != end)
{
OBSERVER *observer = *iterator++;
observer->update (caller);
if (observer)
{
observer->update (caller);
}
}
// Signal all the waiting threads.