pike.core.Let:
A Let allows for temporarily storing passed arguments in the _settings
member of a target object for the duration of the contextmanager's scope
pike.transport.Transport:
Transport is responsible for managing the underlying socket,
registering for socket events, dispatching read, write, and errors
to higher layers.