ddf71d48e6
This is the first command that actually worked by calling the IRQ reactor and then getting a response. While this may not be that much on its own, it means the async/await model actually works in this context. Now the major problem is getting rid of all the deadlocks, and later remove block_on(future) in the Scheme impl, and instead go async with future spawning instead.