| 1219 | } |
| 1220 | |
| 1221 | void application_impl::unregister_message_handler(service_t _service, instance_t _instance, method_t _method) { |
| 1222 | std::scoped_lock its_lock{members_mutex_}; |
| 1223 | members_.erase(to_members_key(_service, _instance, _method)); |
| 1224 | } |
| 1225 | |
| 1226 | void application_impl::offer_event(service_t _service, instance_t _instance, event_t _notifier, const std::set<eventgroup_t>& _eventgroups, |
| 1227 | event_type_e _type, std::chrono::milliseconds _cycle, bool _change_resets_cycle, bool _update_on_change, |