| 750 | } |
| 751 | |
| 752 | void event::remove_pending(const std::shared_ptr<endpoint_definition>& _target) { |
| 753 | |
| 754 | std::scoped_lock its_lock(mutex_); |
| 755 | pending_.erase(_target); |
| 756 | } |
| 757 | |
| 758 | void event::set_session() { |
| 759 |
no outgoing calls
no test coverage detected