python-blosc2
python-blosc2 copied to clipboard
Provide an async interface for lazy expressions
It would be interesting to implement a mechanism that can execute lazy expressions with an async interface. The advantages would be:
- The control can be returned to the caller so it can do other tasks while computation is doing I/O
- Long computations can be aborted if they take too much time to finish