Example tokio + egui, with reqwest and Alpaca Markets. The code demonstrates how to run async functions together with egui.
The original code is from https://github.com/parasyte/egui-tokio-example that originated from this discussion emilk/egui#521.