MCPcopy Create free account
hub / github.com/Clarionos/clarion / stop

Method stop

libraries/fc/src/rpc/cli.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void cli::stop()
69{
70 _run_complete.cancel();
71 _run_complete.wait();
72}
73
74void cli::wait()
75{

Callers 2

startupMethod · 0.80
quitMethod · 0.80

Calls 2

cancelMethod · 0.80
waitMethod · 0.45

Tested by

no test coverage detected