#include <PollableCondition.h>
Inherits qpid::sys::IOHandle.
Public Member Functions | |
void | set () |
Set the condition, triggers readable in a poller. | |
bool | clear () |
Get the current state of the condition, then clear it. |
Setting the condition makes it readable for a poller.
Writable/disconnected conditions are undefined and should not be polled for.
Definition at line 43 of file PollableCondition.h.
void qpid::cluster::PollableCondition::set | ( | ) |
Set the condition, triggers readable in a poller.
Referenced by qpid::cluster::PollableQueue< std::pair< framing::AMQFrame, ConnectionId > >::push().
bool qpid::cluster::PollableCondition::clear | ( | ) |
Get the current state of the condition, then clear it.