@ -24,6 +24,8 @@ func Run (callback func ()) error {
backendLock.Unlock()
callback()
// callback may have called tomo.Stop
if backend == nil { return nil }
return backend.Run()
}
The note is not visible to the blocked user.