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

Detailed Description

Exception thrown when a semaphore wait operation was aborted.

See also
semaphore::wait(abort_source&, size_t nr)

#include <seastar/core/semaphore.hh>

Inheritance diagram for seastar::semaphore_aborted:
seastar::abort_requested_exception seastar::named_semaphore_aborted

Public Member Functions

virtual const char * what () const noexcept
 Reports the exception reason. More...
 

Member Function Documentation

◆ what()

virtual const char * seastar::semaphore_aborted::what ( ) const
virtualnoexcept

Reports the exception reason.

Reimplemented from seastar::abort_requested_exception.

Reimplemented in seastar::named_semaphore_aborted.


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