Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/asyncplusplus
/ func_base
Method
func_base
include/async++/task_base.h:320–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
319
template<typename F>
320
explicit func_base(F&& f)
321
: func(std::forward<F>(f)) {}
322
Func& get_func()
323
{
324
return func;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected