interface documentation

An IFileDescriptor that can write.

This interface is generally used in conjunction with IReactorFDSet.

Method doWrite Some data can be written to your descriptor.

Inherited from IFileDescriptor:

Method connectionLost Called when the connection was lost.
Method fileno No summary

Inherited from ILoggingContext (via IFileDescriptor):

Method logPrefix No summary
def doWrite() -> Failure | None: (source) ΒΆ

Some data can be written to your descriptor.

Returns
Failure | NoneIf an error is encountered which causes the descriptor to no longer be valid, a Failure should be returned. Otherwise, None.