MCPcopy Create free account
hub / github.com/COVESA/vsomeip / remove_pending

Method remove_pending

implementation/routing/src/event.cpp:752–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected