MCPcopy Create free account
hub / github.com/Naios/continuable / main

Function main

examples/example-asio/example-asio-integration.cpp:56–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54void using_strand();
55
56int main(int, char**) {
57 daytime_service();
58
59 successful_async_wait();
60 cancelled_async_wait();
61
62 using_strand();
63
64 return 0;
65}
66
67void daytime_service() {
68 using asio::ip::tcp;

Callers

nothing calls this directly

Calls 4

daytime_serviceFunction · 0.85
successful_async_waitFunction · 0.85
cancelled_async_waitFunction · 0.85
using_strandFunction · 0.85

Tested by

no test coverage detected