Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ test_container_pre_stop
Function
test_container_pre_stop
cpp/src/container_test.cpp:313–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
}
312
313
int test_container_pre_stop() {
314
proton::container c;
315
c.stop();
316
c.run(); // Should return immediately
317
return 0;
318
}
319
320
321
struct schedule_tester : public proton::messaging_handler {
Callers
1
main
Function · 0.85
Calls
2
stop
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected