You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg<- sprintf("A future ('%s') of class %s was interrupted at %s, while running on %s (pid %s). The future was reset to a vanilla, lazy future, which can be re-evaluted again", label, class(future)[1], format(when, format="%FT%T"), sQuote(host), pid)
106
106
backend<-future[["backend"]]
107
-
if (!is.null(backend)) future<- resetFuture(backend, future)
0 commit comments