MCPcopy Create free account
hub / github.com/bcndev/bytecoin / wake

Method wake

src/platform/Network.cpp:529–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527
528void EventLoop::run() { io_service.run(); }
529void EventLoop::wake(std::function<void()> &&a_handler) { io_service.post(std::move(a_handler)); }
530
531class SafeMessage::Impl {
532public:

Callers 2

fireMethod · 0.45
thread_runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected