cubed icon indicating copy to clipboard operation
cubed copied to clipboard

Add a progress bar context manager

Open tomwhite opened this issue 1 year ago • 0 comments

It would be nice to be able to do the following (like Dask):

with ProgressBar():
    res = a.compute()

(Related to #538)

tomwhite avatar Aug 06 '24 14:08 tomwhite