StateQueue.goalPromise

The promise that will be fulfilled when we reach the goal state.

struct StateQueue(State)
Promise!void goalPromise;

Meta