Modules§
Structs§
- Inspector
Response - Response from the game loop back to the inspector HTTP server.
Enums§
- Inspector
Request - Requests the inspector HTTP server can send to the game loop.
Functions§
- inspector_
channel - Create a new inspector channel pair.
Type Aliases§
- Inspector
Message - A request bundled with a channel to send the response back.
- Request
Receiver - Receiver half: used by the game loop to receive requests from the inspector.
- Request
Sender - Sender half: used by the inspector HTTP server to send requests to the game loop.
- Response
Sender - Sender half: used by the game loop to respond to inspector requests.