Open TomasMikula opened 2 years ago
When the result of a pure computation is no longer needed, the computation should be automatically cancelled.
Depends on having a proper reference implementation (#46), because the current implementation is based on Futures, which cannot be cancelled.
Future
When the result of a pure computation is no longer needed, the computation should be automatically cancelled.
Depends on having a proper reference implementation (#46), because the current implementation is based on
Future
s, which cannot be cancelled.