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
with afar.run, remotely: creates Futures at the end of the context.
Is there a nice way to specify to run the code on a dask worker, and then copy the results locally? In other words, the result is future.result() instead of future.
Options:
use a different function/verb, such as with afar.get, remotely:
use a different adverb, such as with afar.run, lovingly:
use an argument, such as with afar.run(get=True), remotely:
What's the most clear?
The text was updated successfully, but these errors were encountered:
with afar.run, remotely:
creates Futures at the end of the context.Is there a nice way to specify to run the code on a dask worker, and then copy the results locally? In other words, the result is
future.result()
instead offuture
.Options:
with afar.get, remotely:
with afar.run, lovingly:
with afar.run(get=True), remotely:
What's the most clear?
The text was updated successfully, but these errors were encountered: