Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
528
void EventLoop::run() { io_service.run(); }
529
void EventLoop::wake(std::function<void()> &&a_handler) { io_service.post(std::move(a_handler)); }
530
531
class SafeMessage::Impl {
532
public:
Callers
2
fire
Method · 0.45
thread_run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected