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:
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?