Skip to main content

Module agent

Module agent 

Source

Modules§

inspector

Structs§

InspectorResponse
Response from the game loop back to the inspector HTTP server.

Enums§

InspectorRequest
Requests the inspector HTTP server can send to the game loop.

Functions§

inspector_channel
Create a new inspector channel pair.

Type Aliases§

InspectorMessage
A request bundled with a channel to send the response back.
RequestReceiver
Receiver half: used by the game loop to receive requests from the inspector.
RequestSender
Sender half: used by the inspector HTTP server to send requests to the game loop.
ResponseSender
Sender half: used by the game loop to respond to inspector requests.