Is your code meant to compile? It doesn't for me. There are many things that I 
see immediately that are incorrect, one is that you are marking a callback with 
the `{.thread.}` pragma, another is that you're use `waitFor` in your callback. 
Use the `async` pragma and `await`.

Reply via email to