Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ on_work_started
Method
on_work_started
test/beast/core/basic_stream.cpp:103–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void
104
on_work_started() const noexcept
105
{
106
++sp_->info_.work;
107
}
108
109
void
110
on_work_finished() const noexcept
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected