zserge / lorca

Build cross-platform modern desktop apps in Go + HTML5
MIT License
8.04k stars 535 forks source link

Async function example #120

Open liminalitythree opened 4 years ago

liminalitythree commented 4 years ago

the README says Asynchronous flow between UI and main app in both languages (async/await and Goroutines) but there is no example of how to create an async function from go or how to call an async function from go.