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

Detailed Description

Exception thrown when a semaphore wait operation times out.

See also
semaphore::wait(typename timer<>::duration timeout, size_t nr)

#include <seastar/core/semaphore.hh>

Inheritance diagram for seastar::semaphore_timed_out:
seastar::timed_out_error seastar::named_semaphore_timed_out

Public Member Functions

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

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