MCPcopy Create free account
hub / github.com/Amanieu/asyncplusplus / task

Method task

include/async++/task.h:239–239  ·  view source on GitHub ↗

Movable but not copyable

Source from the content-addressed store, hash-verified

237public:
238 // Movable but not copyable
239 task() = default;
240 task(task&& other) LIBASYNC_NOEXCEPT
241 : detail::basic_task<Result>(std::move(other)) {}
242 task& operator=(task&& other) LIBASYNC_NOEXCEPT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected