Tag type signaling that a work‐tree was stopped (aka cancelled).

Synopsis

Declared in <folly/result/result.h>

struct stopped_result_t;

Description

Place this into result or error_or_stopped to signal that a work‐tree was stopped (aka cancelled). You can also co_await stopped_result from result coroutines.

Created with MrDocs