Skip to content

AsyncBaseProtocolMixin

Full path: schola.core.protocols.async_base_protocol.AsyncBaseProtocolMixin

Mixin class for async protocol implementations.

AsyncBaseProtocolMixin

Methods

on_close

on_close()

Hook called when the protocol is being closed.

Returns

Return type: None


on_start

on_start()

Hook called when the protocol is starting.

Returns

Return type: None

Attributes

mixin_properties

mixin_properties

Get mixin-specific properties.