python-blosc2 icon indicating copy to clipboard operation
python-blosc2 copied to clipboard

Provide an async interface for lazy expressions

Open FrancescAlted opened this issue 10 months ago • 0 comments

It would be interesting to implement a mechanism that can execute lazy expressions with an async interface. The advantages would be:

  1. The control can be returned to the caller so it can do other tasks while computation is doing I/O
  2. Long computations can be aborted if they take too much time to finish

FrancescAlted avatar May 01 '25 11:05 FrancescAlted