- Documented `makeRequest(Request req)`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-03 21:58:06 +02:00
parent 0b1c8242fd
commit 4ef69ac670
1 changed files with 9 additions and 0 deletions

View File

@ -14,6 +14,15 @@ public class Engine
// TODO: Continue working on this
/**
* Takes a request and sends it through to the endpoint
* afterwhich we block for a response and when we get one
* we run the handler, specified by the original request,
* on the response data
*
* Params:
* req = the `Request` to send
*/
public void makeRequest(Request req)
{
/* Get a unique queue */