diff options
Diffstat (limited to 'redo/uitask.go')
| -rw-r--r-- | redo/uitask.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redo/uitask.go b/redo/uitask.go index 50b49ab..36d342c 100644 --- a/redo/uitask.go +++ b/redo/uitask.go @@ -19,9 +19,9 @@ func Go() error { return nil } -// Stop issues a Request for package ui to stop. +// Stop issues a Request for package ui to stop and returns immediately. // Some time after this request is received, Go() will return without performing any final cleanup. -// Stop is internally issued to ui.Do, so it will not be registered until any event handlers and dialog boxes return. +// Stop is internally issued to Do, so it will not be registered until any event handlers and dialog boxes return. func Stop() { go func() { c := make(chan interface{}) |
