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.
 

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