Structsยง
- The state of a single client connection. Each client connection will have have its own zircon channel and its own set of protocol objects. The |Display| is the only piece of global state that is shared between clients.
- An
EventQueue
enables protocol events to be sent back to the client. - A
TaskQueue
enables asynchronous operations to post tasks back to theClient
.