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
signal_impl::clear(): Really avoid erasing the slots prematurely
The call signal_impl_exec_holder(this) creates a signal_impl_exec_holder
which is immediately destroyed. It does not stop signal_impl::notify() from
erasing the slots. Create a signal_impl_exec_holder that exists until the
end of clear().
0 commit comments