Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ on_container_start
Method
on_container_start
cpp/src/container_test.cpp:322–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
320
321
struct schedule_tester : public proton::messaging_handler {
322
void on_container_start(proton::container& c) override {
323
c.schedule(proton::duration(250), [&](){ c.stop(); });
324
}
325
};
326
327
int test_container_schedule_stop() {
Callers
nothing calls this directly
Calls
3
duration
Class · 0.50
schedule
Method · 0.45
stop
Method · 0.45
Tested by
no test coverage detected