Seastar
High performance C++ framework for concurrent servers
Public Member Functions | List of all members
seastar::named_gate_closed_exception Class Reference

Detailed Description

Exception thrown when a named_gate object has been closed by the gate::close() method.

#include <seastar/core/gate.hh>

Inheritance diagram for seastar::named_gate_closed_exception:
seastar::gate_closed_exception

Public Member Functions

 named_gate_closed_exception (const sstring &name) noexcept
 
virtual const char * what () const noexcept override
 

Member Function Documentation

◆ what()

virtual const char * seastar::named_gate_closed_exception::what ( ) const
inlineoverridevirtualnoexcept

Reimplemented from seastar::gate_closed_exception.


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