tailscale/walk

Application should provide a Context that is cancelled upon app shutdown

Closed this issue · 0 comments

When Application initializes, we should create a context with cancel. Add a method to Application that provides this context, which may be used by the implementer to abort things when the app is shutting down. Call its cancel function when app shutdown is triggered.