You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix increased memory consumption in JobSupport (#4110)
Fixup to 65ef6ea: that commit
made `JobSupport` consume more memory by making the information
about whether a callback should be invoked when the job enters the
cancelling state be represented as a boolean flag and not part of
the object class hierarchy.
Now that flag is a virtual function instead.
0 commit comments