Module implementing an asynchronous interface for the debugger.
AsyncIO | Class implementing asynchronous reading and writing. |
None |
Class implementing asynchronous reading and writing.
It implements asynchronous reading and writing using the Qt event loop.
AsyncIO | Constructor |
disconnect | Public method to disconnect any current connection. |
setNotifiers | Public method to set up the socket notifiers for the Qt event loop. |
setWriteNotifier | Private method called to disable the write notifier. |
write | Public method to write a string. |
writeReady | Protected method called when we are ready to write data. |
Constructor
Public method to disconnect any current connection.
Public method to set up the socket notifiers for the Qt event loop.
Private method called to disable the write notifier.
If there is no data to be written, the write notifier will be diabled.
Public method to write a string.
Protected method called when we are ready to write data.