Provide an async interface for lazy expressions
Open
- Dominant language
- Python
- Stars
- 211
- Forks
- 58
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 6
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.