#include <Pt/Db/Connection.h>
Awaitable for asynchronous select.
Inherits ConnectionAwaiter.
Protected Member Functions | |
| void | onCancel () override |
| Aborts the in-flight operation. | |
| void | setReady () |
| Resumes the waiting coroutine. | |
|
overrideprotectedvirtualinherited |
Called from Awaiter::cancel() when the waiting task or generator is cancelled.
Implements Awaiter.
|
protectedinherited |
Call this when the asynchronous operation has completed. Typically connect a completion signal to this method.