Seastar
High performance C++ framework for concurrent servers
List of all members
seastar::broken_promise Struct Reference

Detailed Description

Exception type for broken promises.

When a promise is broken, i.e. a promise object with an attached continuation is destroyed before setting any value or exception, an exception of broken_promise type is propagated to that abandoned continuation.

#include <seastar/core/future.hh>

Inheritance diagram for seastar::broken_promise:

The documentation for this struct was generated from the following file: