WIP: Throw an error though

This commit is contained in:
Tristan B. Kildaire 2020-06-23 13:31:36 +02:00
parent 6e8e338af1
commit eee5867f5c
2 changed files with 7 additions and 0 deletions

View File

@ -123,6 +123,8 @@ public final class Manager
if(requestQueue[getTagPosition(tag)].isFulfilled())
{
receivedData = requestQueue[getTagPosition(tag)].dataReceived;
/* TODO: Set the request to dead now */
break;
}

View File

@ -20,6 +20,11 @@ public final class Request
*/
private bool fulfilled;
/**
* Whether
*/
public bool isDead;
/**
* The tag for this request
*/