I see that the examples on https://hyperstack.org/ describes making a fetch as a wrapper around priomsies.
I know that in JS async/await is syntatic sugar around promises, but Im curious if I can use the async/await pattern with the Hyperloop ruby wrapper around JS?