Module implementing a base class of an asynchronous interface for the debugger.
None |
AsyncIO | Class implementing asynchronous reading and writing. |
None |
Class implementing asynchronous reading and writing.
None |
AsyncIO | Constructor |
disconnect | Public method to disconnect any current connection. |
readReady | Public method called when there is data ready to be read. |
setDescriptors | Public method called to set the descriptors for the connection. |
write | Public method to write a string. |
writeReady | Public method called when we are ready to write data. |
Constructor
Public method to disconnect any current connection.
Public method called when there is data ready to be read.
Public method called to set the descriptors for the connection.
Public method to write a string.
Public method called when we are ready to write data.