Seastar
High performance C++ framework for concurrent servers
|
Exception thrown when a semaphore wait operation times out.
#include <seastar/core/semaphore.hh>
Public Member Functions | |
virtual const char * | what () const noexcept |
Reports the exception reason. More... | |
|
virtualnoexcept |
Reports the exception reason.
Reimplemented from seastar::timed_out_error.
Reimplemented in seastar::named_semaphore_timed_out.