Stiffstream / sobjectizer

An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.

Home Page:https://stiffstream.com/en/products/sobjectizer.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method unsubscribe_event_handlers for mbox has to be noexcept

eao197 opened this issue · comments

commented

The method abstract_message_box_t::unsubscribe_event_handlers is not noexcept now (in SO-5.5/5.6/5.7). But this method is often called in noexcept contexts (like destructors or catch blocks). So it seems that unsubscribe_event_handlers has to be noexcept since 5.8.0.

commented

Will be a part of 5.8.0 release.