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
An alternative to .execute(), that returns a future that is resolved with the last returned value (if the last is generic/doesnt return, Object is used and null)
If .executeFuture is used, the chain should note that, and any uncaught exception should bubble to the pending future.
The text was updated successfully, but these errors were encountered:
An alternative to .execute(), that returns a future that is resolved with the last returned value (if the last is generic/doesnt return, Object is used and null)
If .executeFuture is used, the chain should note that, and any uncaught exception should bubble to the pending future.
The text was updated successfully, but these errors were encountered: