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

Detailed Description

Exception thrown when a semaphore is broken by semaphore::broken().

#include <seastar/core/semaphore.hh>

Inheritance diagram for seastar::broken_semaphore:
seastar::broken_named_semaphore

Public Member Functions

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

Member Function Documentation

◆ what()

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

Reports the exception reason.

Reimplemented in seastar::broken_named_semaphore.


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