Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ func1
Method
func1
src/tests/process_tests.cpp:320–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
{
319
public:
320
Future<string> func1(const Future<int>& f)
321
{
322
return f.then(defer(self(), &Self::_func1, lambda::_1));
323
}
324
325
Future<string> func2(const Future<int>& f)
326
{
Callers
nothing calls this directly
Calls
2
defer
Function · 0.85
then
Method · 0.45
Tested by
no test coverage detected