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
if (is.null(timeout)) timeout<- getOption("future.resolved.timeout", 0.01)
811
-
if (timeout<0) {
812
-
warning("Secret option 'future.resolved.timeout' is negative, which causes resolved() to wait until the future is resolved. This feature is only used for testing purposes of the future framework and must not be used elsewhere", immediate.=TRUE)
813
-
timeout<-NULL
811
+
## FIXME: This should be memoized per plan, when setting up
warning("Secret option 'future.resolved.timeout' is negative, which causes resolved() to wait until the future is resolved. This feature is only used for testing purposes of the future framework and must not be used elsewhere", immediate.=TRUE)
0 commit comments