Constructors

Synopses

Declared in <folly/coro/Task.h>

Tasks are move‐only and cannot be copied.

Task(Task const& t) = delete;

Create a Task, invalidating the original Task in the process.

Task(Task&& t) noexcept;

Parameters

Name

Description

t

the task that would be copied

Created with MrDocs