Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/asyncplusplus
/ shared_task
Method
shared_task
include/async++/task.h:295–295 ·
view source on GitHub ↗
Movable and copyable
Source
from the content-addressed store, hash-verified
293
public:
294
// Movable and copyable
295
shared_task() = default;
296
297
// Get the result of the task
298
get_result get() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected