tailscale / walk

A Windows GUI toolkit for the Go Programming Language
Other
32 stars 5 forks source link

Add clean close example #52

Open xackery opened 1 year ago

xackery commented 1 year ago

This was based on an issue on the lxn main repo.

This example shows how you can handle close messages and "cleanly" shut down locally via a context cancellation.

Since your repo is the most up to date, I figured I'd PR here.