Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ blocking_t
Method
blocking_t
include/boost/asio/execution/blocking.hpp:216–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
typedef detail::blocking::never_t<I> never_t;
215
216
constexpr blocking_t()
217
: value_(-1)
218
{
219
}
220
221
constexpr blocking_t(possibly_t)
222
: value_(0)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected