Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/cobalt
/ operator()
Method
operator()
example/python.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
mutable F impl;
72
73
void operator()( ) const
74
{
75
std::move(impl)();
76
}
77
};
78
loop.attr(
"call_soon_threadsafe"
)(py::cpp_function(wrapper{std::move(f)}));
79
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected