Gotcha, we used to have a method that was more like:

```
let wait = wq.wait();
let sub = wait.subscribe().await;
...
```