Seastar
High performance C++ framework for concurrent servers
|
Exception thrown when a named_gate object has been closed by the gate::close() method.
#include <seastar/core/gate.hh>
Public Member Functions | |
named_gate_closed_exception (const sstring &name) noexcept | |
virtual const char * | what () const noexcept override |
|
inlineoverridevirtualnoexcept |
Reimplemented from seastar::gate_closed_exception.