#include <userver/engine/io/common.hpp>
Base class for writable stream waiting
Definition at line 83 of file common.hpp.
Public Member Functions | |
| virtual bool | WaitWriteable (Deadline deadline)=0 |
| Suspends current task until the data is available. | |
| AwaitableToken | GetAwaitableToken () |
| Satisfies engine::Awaitable, for use with engine::WaitAnyContext and friends. | |
Protected Member Functions | |
| void | SetWritableAwaitableToken (AwaitableToken token) |
|
inline |
Satisfies engine::Awaitable, for use with engine::WaitAnyContext and friends.
Definition at line 91 of file common.hpp.
|
inlineprotected |
Definition at line 96 of file common.hpp.
|
nodiscardpure virtual |
Suspends current task until the data is available.
Implemented in engine::io::PipeWriter, engine::io::Socket, and engine::io::TlsWrapper.