Make a Task that trivially returns with no return value.

Synopsis

Declared in <folly/coro/Task.h>

Task<void>
makeTask();

Return Value

an empty Task<void>.

Created with MrDocs