4#include <sshpp/config.hpp>
7#include <sshpp/export.hpp>
27#if SSHPP_HAS_CONNECTOR
33 Result<void> try_poll(std::chrono::milliseconds timeout);
Poll-loop integration seam around ssh_event. See docs/design/05 ยง5.5.
Definition event.hpp:16
Event(const Event &)=delete
native_event native_handle() const noexcept
Definition event.hpp:35
Definition session.hpp:41
::ssh_event_struct * native_event
Definition native_fwd.hpp:30
::ssh_connector_struct * native_connector
Definition native_fwd.hpp:35